Revision: 21015
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21015
Author:   sigurdne
Date:     2010-02-07 10:16:41 +0000 (Sun, 07 Feb 2010)
Log Message:
-----------
Improvement: more on fetdcmode 4715:4733

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.applications.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.applications.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.applications.inc.php       
2010-02-07 10:14:37 UTC (rev 21014)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.applications.inc.php       
2010-02-07 10:16:41 UTC (rev 21015)
@@ -337,7 +337,6 @@
                        $sql = 'SELECT * FROM phpgw_applications WHERE 
app_enabled != 0 ORDER BY app_order ASC';
                        $this->db->query($sql,__LINE__,__FILE__);
                        $apps = $this->db->resultSet;
-                       $this->db->fetchmode = 'BOTH';
                        foreach($apps as $key => $value)
                        {
                                
$GLOBALS['phpgw_info']['apps'][$value['app_name']] = array



_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to