phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.solocation.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.solocation.inc.php
Date: Fri, 03 Mar 2006 09:21:15 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/03 09:21:15

Modified files:
        inc            : class.solocation.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.solocation.inc.php.diff?tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: property/inc/class.solocation.inc.php
diff -u property/inc/class.solocation.inc.php:1.24 
property/inc/class.solocation.inc.php:1.25
--- property/inc/class.solocation.inc.php:1.24  Fri Mar  3 09:13:42 2006
+++ property/inc/class.solocation.inc.php       Fri Mar  3 09:21:15 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage location
-       * @version $Id: class.solocation.inc.php,v 1.24 2006/03/03 09:13:42 
sigurdne Exp $
+       * @version $Id: class.solocation.inc.php,v 1.25 2006/03/03 09:21:15 
sigurdne Exp $
        */
 
        /**
@@ -104,13 +104,13 @@
 
                function get_owner_list()
                {
-                       $this->db->query("SELECT fm_owner.* 
,fm_owner_category.descr as category FROM fm_owner $this->join 
fm_owner_category on fm_owner.category=fm_owner_category.id  ORDER BY descr ");
-
+//                     $this->db->query("SELECT fm_owner.* 
,fm_owner_category.descr as category FROM fm_owner $this->join 
fm_owner_category on fm_owner.category=fm_owner_category.id  ORDER BY descr ");
+                       $this->db->query("SELECT *  FROM fm_owner ORDER BY 
org_name ");
                        $i = 0;
                        while ($this->db->next_record())
                        {
                                $owners[$i]['id']                       = 
$this->db->f('id');
-                               $owners[$i]['name']             = 
stripslashes($this->db->f('org_name')) . ' ['. $this->db->f('category') . ']';
+                               $owners[$i]['name']             = 
stripslashes($this->db->f('org_name')); // . ' ['. $this->db->f('category') . 
']';
                                $i++;
                        }
                        return $owners;




reply via email to

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