[evolvis-commits] r7307: Changed geocrawler for pipermail↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:38:21 CET 2011


Author: mirabilos
Date: 2011-02-24 15:38:21 +0100 (Thu, 24 Feb 2011)
New Revision: 7307

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/mail/index.php
Log:
Changed geocrawler for pipermail


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/mail/index.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/mail/index.php	2011-02-24 14:38:20 UTC (rev 7306)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/mail/index.php	2011-02-24 14:38:21 UTC (rev 7307)
@@ -48,8 +48,8 @@
 		"<TR><TD VALIGN=\"TOP\">\n"; 
 
 	for ($j = 0; $j < $rows; $j++) {
-		echo '<A HREF="http://www.geocrawler.com/redir-sf.php3?list='.
-			db_result($result, $j, 'list_name').'">' . 
+		echo '<A HREF="http://'.$GLOBALS['sys_lists_host'].'/pipermail/'.
+			db_result($result, $j, 'list_name').'/">' . 
 			html_image("images/ic/cfolder15.png","15","13",array("BORDER"=>"0")) . '   '.
 			db_result($result, $j, 'list_name').' Archives</A>'; 
 		echo ' (go to <A HREF="http://'.$GLOBALS['sys_lists_host'].'/mailman/listinfo/'.



More information about the evolvis-commits mailing list