[GRASS-SVN] r48406 - grass-web/trunk/devel
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 22 03:59:55 EDT 2011
Author: neteler
Date: 2011-09-22 00:59:55 -0700 (Thu, 22 Sep 2011)
New Revision: 48406
Modified:
grass-web/trunk/devel/i18n_stats.inc
Log:
show correct date
Modified: grass-web/trunk/devel/i18n_stats.inc
===================================================================
--- grass-web/trunk/devel/i18n_stats.inc 2011-09-22 07:05:42 UTC (rev 48405)
+++ grass-web/trunk/devel/i18n_stats.inc 2011-09-22 07:59:55 UTC (rev 48406)
@@ -8,8 +8,7 @@
// function to create the tables
function generate_table($file) {
- //$last_modified = filemtime($file);
- $last_modified = getlastmod($file);
+ $last_modified = filemtime(str_replace($file, "http://grass.osgeo.org/grass64",".."));
// einlesen der Datei - read in data
$array = file($file);
More information about the grass-commit
mailing list