phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.sostandard_entity.inc.php, 1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.sostandard_entity.inc.php, 1.13, 1.14
Date: Thu, 28 Aug 2003 15:18:29 -0400

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

Modified Files:
        class.sostandard_entity.inc.php 
Log Message:
no message

Index: class.sostandard_entity.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sostandard_entity.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.sostandard_entity.inc.php     9 Jul 2003 11:12:17 -0000       1.13
--- class.sostandard_entity.inc.php     28 Aug 2003 19:18:26 -0000      1.14
***************
*** 231,234 ****
--- 231,237 ----
                        }
  
+                       $table          = $this->select_table_attrib($type);
+                       $type_table = $this->select_table($type);
+ 
                        if ($order)
                        {
***************
*** 238,246 ****
                        else
                        {
!                               $ordermethod = ' order by id asc';
                        }
  
-                       $table          = $this->select_table_attrib($type);
-                       $type_table = $this->select_table($type);
  
                        if($query)
--- 241,247 ----
                        else
                        {
!                               $ordermethod = " order by $table.id asc";
                        }
  
  
                        if($query)





reply via email to

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