[GRASS-SVN] r48395 - grass-web/trunk/devel

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 21 08:11:14 EDT 2011


Author: neteler
Date: 2011-09-21 05:11:14 -0700 (Wed, 21 Sep 2011)
New Revision: 48395

Modified:
   grass-web/trunk/devel/i18n_stats.inc
Log:
show date of statistics

Modified: grass-web/trunk/devel/i18n_stats.inc
===================================================================
--- grass-web/trunk/devel/i18n_stats.inc	2011-09-21 11:58:53 UTC (rev 48394)
+++ grass-web/trunk/devel/i18n_stats.inc	2011-09-21 12:11:14 UTC (rev 48395)
@@ -76,7 +76,7 @@
 	This table is generated weekly.
 	<?php
 	// Generate timestamp (use h:ia for a.m./p.m. )
-	//print " -  last update: " . date("l, dS F, Y @ H:i.", $last_modified);
+	print " -  last update: " . date("l, dS F, Y @ H:i.", $last_modified);
 } // End of function generate_table()
 //----------------------------------------------------------------
 



More information about the grass-commit mailing list