Index: trunk/kernel/include/config.php =================================================================== diff -u -r2000 -r2578 --- trunk/kernel/include/config.php (.../config.php) (revision 2000) +++ trunk/kernel/include/config.php (.../config.php) (revision 2578) @@ -409,6 +409,8 @@ if( $GLOBALS['debuglevel'] ) echo $sql."
\n"; $adodbConnection = &GetADODBConnection(); $rs = $adodbConnection->Execute($sql); + $i = null; + $last = ''; while($rs && !$rs->EOF) { $data = $rs->fields;