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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Tue Oct 2 11:52:15 UTC 2007


Author: hanska-guest
Date: 2007-10-02 11:52:15 +0000 (Tue, 02 Oct 2007)
New Revision: 502

Modified:
   trunk/community/website/index.php
Log:
fixing


Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-02 11:51:16 UTC (rev 501)
+++ trunk/community/website/index.php	2007-10-02 11:52:15 UTC (rev 502)
@@ -21,7 +21,7 @@
 	if ($rs = $rss->get("http://cia.vc/stats/project/Debian-Med/.rss")) {
 		foreach $item in $rs["items"]
 		{
-			echo $item["description"];
+			echo "<pre>"; print_r($item); echo "</pre>";
 		}
 		//echo "<pre>"; print_r($rs); echo "</pre>";
 	}




More information about the debian-med-commit mailing list