[med-svn] r535 - trunk/community/website

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Wed Oct 3 15:13:57 UTC 2007


Author: hanska-guest
Date: 2007-10-03 15:13:57 +0000 (Wed, 03 Oct 2007)
New Revision: 535

Modified:
   trunk/community/website/index.php
Log:
Maybe I found what happened


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-03 15:12:55 UTC (rev 534)
+++ trunk/community/website/index.php	2007-10-03 15:13:57 UTC (rev 535)
@@ -57,7 +57,7 @@
 						
 						foreach ($members as $role => $names) {
 							foreach($names as $person) {
-								$sorted_members[] = array($person => $role);
+								$sorted_members[$person] = $role;
 							}
 						}
 						




More information about the debian-med-commit mailing list