[Evolvis-commits] r13: minor edit in /frs/index.php

sfromm at evolvis.org sfromm at evolvis.org
Tue Feb 26 13:26:42 CET 2008


Author: sfromm
Date: 2008-02-26 12:26:42 +0000 (Tue, 26 Feb 2008)
New Revision: 13

Modified:
   trunk/gforge_base/gforge/www/frs/index.php
Log:
minor edit in /frs/index.php

Modified: trunk/gforge_base/gforge/www/frs/index.php
===================================================================
--- trunk/gforge_base/gforge/www/frs/index.php	2008-02-13 14:46:52 UTC (rev 12)
+++ trunk/gforge_base/gforge/www/frs/index.php	2008-02-26 12:26:42 UTC (rev 13)
@@ -95,7 +95,8 @@
 $cell_data[] = array($Language->getText('project_showfiles','filename'),'rowspan="2"');
 $cell_data[] = array($Language->getText('project_showfiles','date'),'colspan="4"');
 
-echo $GLOBALS[HTML]->multiTableRow('', $cell_data, TRUE);
+//by cpreil
+//echo $GLOBALS[HTML]->multiTableRow('', $cell_data, TRUE);
 
 $cell_data=array();
 $cell_data[] = array($Language->getText('project_showfiles','size'));
@@ -103,7 +104,8 @@
 $cell_data[] = array($Language->getText('project_showfiles','architecture'));
 $cell_data[] = array($Language->getText('project_showfiles','file_type'));
 
-echo $GLOBALS[HTML]->multiTableRow('',$cell_data, TRUE);
+//by cpreil
+//echo $GLOBALS[HTML]->multiTableRow('',$cell_data, TRUE);
 
 $proj_stats['packages'] = $num_packages;
 




More information about the evolvis-commits mailing list