diff www/loc.php @ 488:7f5ec0c9ab12

Sync.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Dec 2007 15:46:06 +0000
parents 5ac32bbfc7de
children 7e6ba7c5bbc3
line wrap: on
line diff
--- a/www/loc.php	Tue Dec 25 15:45:53 2007 +0000
+++ b/www/loc.php	Tue Dec 25 15:46:06 2007 +0000
@@ -108,11 +108,10 @@
 <?
 /* Coder/creator information box
  */
-/*
 if (isset($coderName) && isset($wizTable[$coderName]) && count($wizTable[$coderName]) > 1) {
   echo "<div class=\"wizinfo\">\n <table>\n  <tr>\n";
   
-  $s = $wizTable[$coderName]["imageURL"];
+//  $s = $wizTable[$coderName]["imageURL"];
   if (isset($s)) {
     if (substr($s, 0, 6) == "bat://")
       $s = "http://www.bat.org/albums/".substr($s, 6);
@@ -142,7 +141,7 @@
   
   echo "   </td>\n  </tr>\n </table>\n</div>\n";
 }
-*/
+
 
 /* Print list of locations
  */