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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Tue Oct 2 15:24:00 UTC 2007


Author: hanska-guest
Date: 2007-10-02 15:24:00 +0000 (Tue, 02 Oct 2007)
New Revision: 528

Modified:
   trunk/community/website/index.php
Log:
sorry wrong index


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-02 15:23:21 UTC (rev 527)
+++ trunk/community/website/index.php	2007-10-02 15:24:00 UTC (rev 528)
@@ -71,7 +71,7 @@
 						for ($i = 0; $i < 9; $i++) {
 							$desc = html_entity_decode($rs["items"][$i]["description"]);
 							preg_match("/(Commit by.*)<strong>(.*)<\/strong>/", $desc, $matches);
-							$author = $matches[1];
+							$author = $matches[2];
 							$desc = preg_replace("/(Commit by.*)<strong>(.*)<\/strong>.*::/", "", $desc);
 //										"\\1<strong><a href=\"http://alioth.debian.org/users/\\2\">\\2</a></strong>",
 //										$desc);




More information about the debian-med-commit mailing list