phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/class.solocation.php, 1.1.1.6


From: nomail
Subject: [Phpgroupware-cvs] property/class.solocation.php, 1.1.1.6
Date: Sun, 23 May 2004 01:19:01 -0000

Update of /property
Modified Files:
        Branch: 
          class.solocation.php

date: 2004/04/30 17:35:56;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/class.solocation.php
diff -u property/class.solocation.php:1.1.1.5 
property/class.solocation.php:1.1.1.6
--- property/class.solocation.php:1.1.1.5       Thu Apr 29 07:10:49 2004
+++ property/class.solocation.php       Fri Apr 30 17:35:56 2004
@@ -472,13 +472,13 @@
                                $filtermethod .= " $where fm_location" . 
($type_id). ".status=$status ";
                                $where= 'AND';
                        }
-                       else
+/*                     else
                        {
                                $filtermethod .= " $where fm_location" . 
($type_id). ".status IS NULL ";
 //                             $filtermethod .= " $where fm_location" . 
($type_id). ".status !=2 ";
                                $where= 'AND';
                        }
-
+*/
 
                        if ($district_id > 0)
                        {
@@ -537,6 +537,7 @@
 
 
                        $sql .= "$filtermethod $querymethod";
+//     echo $sql;
 
                        $dbresult2 = $GLOBALS['phpgw']->db->Execute($sql);
                        $this->total_records = $dbresult2->_numOfRows;
@@ -577,7 +578,6 @@
 
 //print_r($location_list);
 //                     $this->total_records = 
_numofrows;//count($location_list);
-//                     echo $this->total_records;
 
                        return $location_list;
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]