[Fusionforge-commits] r7729 - branches/Branch_4_8/gforge/db

Guillaume Smet gsmet at libremir.placard.fr.eu.org
Sat Jun 6 22:16:44 CEST 2009


Author: gsmet
Date: 2009-06-06 22:16:44 +0200 (Sat, 06 Jun 2009)
New Revision: 7729

Modified:
   branches/Branch_4_8/gforge/db/20050325-2.php
   branches/Branch_4_8/gforge/db/20050617.php
   branches/Branch_4_8/gforge/db/20050804-2.php
Log:
we need to include env.inc.php in te php upgrade scripts

Modified: branches/Branch_4_8/gforge/db/20050325-2.php
===================================================================
--- branches/Branch_4_8/gforge/db/20050325-2.php	2009-06-06 20:16:13 UTC (rev 7728)
+++ branches/Branch_4_8/gforge/db/20050325-2.php	2009-06-06 20:16:44 UTC (rev 7729)
@@ -23,6 +23,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  US
  */
 
+require_once dirname(__FILE__).'/../www/env.inc.php';
 require_once $gfwww.'include/squal_pre.php';
 require_once $gfcommon.'tracker/ArtifactExtraField.class.php';
 require_once $gfcommon.'tracker/ArtifactExtraFieldElement.class.php';

Modified: branches/Branch_4_8/gforge/db/20050617.php
===================================================================
--- branches/Branch_4_8/gforge/db/20050617.php	2009-06-06 20:16:13 UTC (rev 7728)
+++ branches/Branch_4_8/gforge/db/20050617.php	2009-06-06 20:16:44 UTC (rev 7729)
@@ -23,6 +23,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  US
  */
 
+require_once dirname(__FILE__).'/../www/env.inc.php';
 require_once $gfwww.'include/squal_pre.php';
 
 // these names can't be assigned to an extra field's alias because they are already

Modified: branches/Branch_4_8/gforge/db/20050804-2.php
===================================================================
--- branches/Branch_4_8/gforge/db/20050804-2.php	2009-06-06 20:16:13 UTC (rev 7728)
+++ branches/Branch_4_8/gforge/db/20050804-2.php	2009-06-06 20:16:44 UTC (rev 7729)
@@ -22,7 +22,8 @@
  * along with GForge; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  US
  */
- 
+
+require_once dirname(__FILE__).'/../www/env.inc.php';
 require_once $gfwww.'include/squal_pre.php';
 
 $res = db_query("SELECT * FROM doc_data");




More information about the Fusionforge-commits mailing list