[GRASS-SVN] r32042 - grass-web/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 7 10:24:40 EDT 2008
Author: neteler
Date: 2008-07-07 10:24:39 -0400 (Mon, 07 Jul 2008)
New Revision: 32042
Modified:
grass-web/trunk/grassmodules.php
Log:
change only daily the module of the day
Modified: grass-web/trunk/grassmodules.php
===================================================================
--- grass-web/trunk/grassmodules.php 2008-07-07 13:15:55 UTC (rev 32041)
+++ grass-web/trunk/grassmodules.php 2008-07-07 14:24:39 UTC (rev 32042)
@@ -7,8 +7,8 @@
# The index page with complete list of modules
$fullindex= $fullindex_directory . '/full_index.html' ;
# Type of choice of module: 'random' is different module each time page is loaded while 'day' is daily module.
- $type='random';
- //$type='day';
+ //$type='random';
+ $type='day';
ob_start();
include($fullindex);
More information about the grass-commit
mailing list