phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20906] Bug fix : returns now type desc instead of ty


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [20906] Bug fix : returns now type desc instead of type ref
Date: Tue, 05 Jan 2010 16:28:14 +0000

Revision: 20906
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20906
Author:   maat
Date:     2010-01-05 16:28:14 +0000 (Tue, 05 Jan 2010)
Log Message:
-----------
Bug fix : returns now type desc instead of type ref 

Modified Paths:
--------------
    modules/ged/trunk/inc/class.ged_dm.inc.php

Modified: modules/ged/trunk/inc/class.ged_dm.inc.php
===================================================================
--- modules/ged/trunk/inc/class.ged_dm.inc.php  2010-01-05 16:26:59 UTC (rev 
20905)
+++ modules/ged/trunk/inc/class.ged_dm.inc.php  2010-01-05 16:28:14 UTC (rev 
20906)
@@ -3189,7 +3189,7 @@
                        
                if($db2->next_record())
                {
-                       $out=$db2->f('type_ref');
+                       $out=$db2->f('type_desc');
                }
                        
                $db2->unlock();         





reply via email to

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