phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.soadmin_location.inc.php,1.1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.soadmin_location.inc.php,1.13,1.14 class.sodrawing.inc.php,1.9,1.10
Date: Sun, 29 Jun 2003 13:07:34 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv30944/inc

Modified Files:
        class.soadmin_location.inc.php class.sodrawing.inc.php 
Log Message:
no message

Index: class.soadmin_location.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soadmin_location.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.soadmin_location.inc.php      29 Jun 2003 10:12:52 -0000      1.13
--- class.soadmin_location.inc.php      29 Jun 2003 17:07:32 -0000      1.14
***************
*** 351,355 ****
                        else
                        {
!                               $ordermethod = ' order by id asc';
                        }
  
--- 351,355 ----
                        else
                        {
!                               $ordermethod = ' order by 
fm_location_type_column.id asc';
                        }
  

Index: class.sodrawing.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sodrawing.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.sodrawing.inc.php     29 Jun 2003 10:12:52 -0000      1.9
--- class.sodrawing.inc.php     29 Jun 2003 17:07:32 -0000      1.10
***************
*** 128,136 ****
                        if ($order)
                        {
!                               $ordermethod = " order by $order $sort";
                        }
                        else
                        {
!                               $ordermethod = ' order by location_code ASC';
                        }
  
--- 128,136 ----
                        if ($order)
                        {
!                               $ordermethod = " order by fm_drawing.$order 
$sort";
                        }
                        else
                        {
!                               $ordermethod = ' order by 
fm_drawing.location_code ASC';
                        }
  





reply via email to

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