[20906] Bug fix : returns now type desc instead of type ref
Pascal Vilarem <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
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();