[med-svn] r543 - in trunk/community/website: . inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Wed Oct 3 21:37:42 UTC 2007


Author: hanska-guest
Date: 2007-10-03 21:37:42 +0000 (Wed, 03 Oct 2007)
New Revision: 543

Modified:
   trunk/community/website/inc/parser.inc.php
   trunk/community/website/index.php
Log:
Small fixes


Modified: trunk/community/website/inc/parser.inc.php
===================================================================
--- trunk/community/website/inc/parser.inc.php	2007-10-03 21:36:27 UTC (rev 542)
+++ trunk/community/website/inc/parser.inc.php	2007-10-03 21:37:42 UTC (rev 543)
@@ -2,7 +2,7 @@
 
 require_once("table-parser.inc.php");
 
-function ParseMembersTable(int $project_id) {
+function ParseMembersTable($project_id) {
 	$url = "http://alioth.debian.org/project/memberlist.php?group_id=".$project_id;
 	$fp = fopen($url, "r");
 	if ($fp) {

Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-03 21:36:27 UTC (rev 542)
+++ trunk/community/website/index.php	2007-10-03 21:37:42 UTC (rev 543)
@@ -37,6 +37,8 @@
 				<div class="relatedHeading">
 					<table class="related">
 					<?php
+						require_once("inc/parser.inc.php");
+						
 						$members = ParseMembersTable(30063);
 						
 						ksort($members);




More information about the debian-med-commit mailing list