[Fusionforge-commits] r14487 - trunk/src/db

Christian Bayle cbayle at fusionforge.org
Tue Sep 27 14:11:59 CEST 2011


Author: cbayle
Date: 2011-09-27 14:11:59 +0200 (Tue, 27 Sep 2011)
New Revision: 14487

Modified:
   trunk/src/db/upgrade-db.php
Log:
A bit more verbose


Modified: trunk/src/db/upgrade-db.php
===================================================================
--- trunk/src/db/upgrade-db.php	2011-09-27 12:11:01 UTC (rev 14486)
+++ trunk/src/db/upgrade-db.php	2011-09-27 12:11:59 UTC (rev 14487)
@@ -4,6 +4,7 @@
 // upgrade-db.php          => Upgrade the main database.
 // upgrade-db.php all      => Upgrade the main database and active plugins.
 // upgrade-db.php <plugin> => Upgrade only the database of the given active plugin.
+echo "Entering  upgrade-db.php\n";
 
 require_once dirname(__FILE__).'/../www/env.inc.php';
 require_once $gfcommon.'include/pre.php';




More information about the Fusionforge-commits mailing list