[evolvis-commits] r9570: removed an unused variable↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:27:44 CET 2011


Author: mirabilos
Date: 2011-02-24 17:27:44 +0100 (Thu, 24 Feb 2011)
New Revision: 9570

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/cronjobs/cvs-cron/history_parse.php
Log:
removed an unused variable


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/cronjobs/cvs-cron/history_parse.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/cronjobs/cvs-cron/history_parse.php	2011-02-24 16:27:43 UTC (rev 9569)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/cronjobs/cvs-cron/history_parse.php	2011-02-24 16:27:44 UTC (rev 9570)
@@ -15,7 +15,6 @@
 
 $ARGV = $GLOBALS['argv'];
 $verbose = 1;
-$base_log_dir = "/home/bnd/cvs_log";
 $cvsroot = "/cvsroot";
 
 if ( $ARGV[1] && $ARGV[2] && $ARGV[3] ) {



More information about the evolvis-commits mailing list