phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [21015] Improvement: more on fetdcmode 4715:4733


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [21015] Improvement: more on fetdcmode 4715:4733
Date: Sun, 07 Feb 2010 10:16:41 +0000

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





reply via email to

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