phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup ldapmodify.php,1.10.2.1,1.10.2.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup ldapmodify.php,1.10.2.1,1.10.2.2
Date: Tue, 09 Sep 2003 01:49:09 -0400

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv15165

Modified Files:
      Tag: Version-0_9_16-branch
        ldapmodify.php 
Log Message:
Fixed ORDER BY app_title

Index: ldapmodify.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/ldapmodify.php,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -r1.10.2.1 -r1.10.2.2
*** ldapmodify.php      10 Aug 2003 14:57:27 -0000      1.10.2.1
--- ldapmodify.php      9 Sep 2003 05:49:06 -0000       1.10.2.2
***************
*** 111,115 ****
        }
  
!       $GLOBALS['phpgw_setup']->db->query("SELECT app_name FROM 
phpgw_applications WHERE app_enabled!='0' AND app_enabled!='3' ORDER BY 
app_title",__LINE__,__FILE__);
        while ($GLOBALS['phpgw_setup']->db->next_record())
        {
--- 111,115 ----
        }
  
!       $GLOBALS['phpgw_setup']->db->query('SELECT app_name FROM 
phpgw_applications WHERE app_enabled !=0 AND app_enabled !=3 ORDER BY 
app_name',__LINE__,__FILE__);
        while ($GLOBALS['phpgw_setup']->db->next_record())
        {





reply via email to

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