[dev] Ingo Patch...

Marc Jauvin marc at register4less.com
Tue Jun 17 05:43:12 PDT 2003


The attached patch solves the Ingo session mystery...

--
Marc Jauvin
450-441-5458
http://register4less.com
-------------- next part --------------
Index: lib/base.php
===================================================================
RCS file: /repository/ingo/lib/base.php,v
retrieving revision 1.34
diff -u -r1.34 base.php
--- lib/base.php        13 Jun 2003 18:54:48 -0000      1.34
+++ lib/base.php        17 Jun 2003 12:40:38 -0000
@@ -57,7 +57,7 @@
 }
 
 // Initialize the global $ingo variable
-$GLOBALS['ingo'] = array();
+$GLOBALS['ingo'] = $_SESSION['ingo'];
 $ingo = &$GLOBALS['ingo'];
 
 // Load the Ingo_Storage module


More information about the dev mailing list