Index: trunk/kernel/include/modules.php =================================================================== diff -u -r415 -r534 --- trunk/kernel/include/modules.php (.../modules.php) (revision 415) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 534) @@ -699,7 +699,7 @@ //echo "Before Stuff
"; LogEntry("Loading Modules\n"); /* get the module list from the database */ -$adodbConnection = GetADODBConnection(); +$adodbConnection = &GetADODBConnection(); $sql = "SELECT Name, Path, Var,TemplatePath, RootCat from ".GetTablePrefix()."Modules where Loaded=1 ORDER BY LoadOrder"; $rs = $adodbConnection->Execute($sql);