[ghelda-devel] [71] Correct Groups display in People_Bottom

[ Thread Index | Date Index | More lists.tuxfamily.org/ghelda-devel Archives ]


Revision: 71
Author:   odyx
Date:     2009-07-24 23:18:52 +0200 (Fri, 24 Jul 2009)

Log Message:
-----------
Correct Groups display in People_Bottom

Modified Paths:
--------------
    trunk/plugins/Groups.php


Modified: trunk/plugins/Groups.php
===================================================================
--- trunk/plugins/Groups.php	2009-07-24 21:18:50 UTC (rev 70)
+++ trunk/plugins/Groups.php	2009-07-24 21:18:52 UTC (rev 71)
@@ -357,7 +357,7 @@
         while (($groups_row = $queryR->fetchRow())) {
             $type = $groups_row['type'];
             $id = $groups_row[G_GROUPS_ID];
-            $groups[$type]['name'] = $this->configH[$this->name]['fields']['type']['values'][$id];
+            $groups[$type]['name'] = $this->configH[$this->name]['fields']['type']['values'][$type];
             $groups[$type]['values'][$id] = $groups_row['name'];
         }
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/