[Gnucash-changes] r12859 - htdocs/trunk/externals/en - fixing location of emulate_globals_on.php for export

Neil Williams codehelp at cvs.gnucash.org
Wed Jan 18 19:35:49 EST 2006


Author: codehelp
Date: 2006-01-18 19:35:48 -0500 (Wed, 18 Jan 2006)
New Revision: 12859
Trac: http://svn.gnucash.org/trac/changeset/12859

Modified:
   htdocs/trunk/externals/en/menu-main-help.phtml
Log:
fixing location of emulate_globals_on.php for export

Modified: htdocs/trunk/externals/en/menu-main-help.phtml
===================================================================
--- htdocs/trunk/externals/en/menu-main-help.phtml	2006-01-19 00:24:57 UTC (rev 12858)
+++ htdocs/trunk/externals/en/menu-main-help.phtml	2006-01-19 00:35:48 UTC (rev 12859)
@@ -1,6 +1,6 @@
 <!-- MENU:START -->
 <?php if (!ini_get('register_globals')) {
- include("../emulate_globals_on.php");
+ include("emulate_globals_on.php");
 }
 $self = $_SERVER["HTTP_HOST"];
 if(ereg("lists.gnucash.org",$self)) {



More information about the gnucash-changes mailing list