[med-svn] r536 - trunk/community/website
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Oct 3 15:14:40 UTC 2007
Author: hanska-guest
Date: 2007-10-03 15:14:40 +0000 (Wed, 03 Oct 2007)
New Revision: 536
Modified:
trunk/community/website/index.php
Log:
Bug found, removing debug information
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-03 15:13:57 UTC (rev 535)
+++ trunk/community/website/index.php 2007-10-03 15:14:40 UTC (rev 536)
@@ -38,12 +38,12 @@
<table class="related">
<?php
$members = array(
- "admins" => array(
+ "admin" => array(
"Andreas Tille",
"Charles Plessy",
"Steffen Möller",
"Thijs Kinkhorst"),
- "developers" => array(
+ "developer" => array(
"Changyan Xie",
"Daniel Bayer",
"David Paleino",
@@ -63,10 +63,7 @@
ksort($sorted_members);
- echo "<pre>";print_r($sorted_members);echo "</pre>";
-
$img = "";
-
foreach ($sorted_members as $member => $role) {
switch ($role) {
case "admin":
More information about the debian-med-commit
mailing list