Index: trunk/tools/explang.php =================================================================== diff -u -N -r13 -r534 --- trunk/tools/explang.php (.../explang.php) (revision 13) +++ trunk/tools/explang.php (.../explang.php) (revision 534) @@ -5,7 +5,7 @@ include_once("kernel/startup.php"); LogEntry("System Init Complete\n"); $fp = fopen($pathtoroot."tools/inportal.lang","w"); -$ado = GetADODBConnection(); +$ado = &GetADODBConnection(); $objLanguages->Query_Item("SELECT * FROM ".$objLanguages->SourceTable); foreach($objLanguages->Items as $l)