// because PEAR::getstaticProperty was called with and & (get by reference)
// this will actually set the variable inside that method (a quasi static variable)
-$DBO_options = $CONF['DBO'];
+$DBO_options = $CONF['dbo'];
//unset($DBO_options);
require_once 'T/code.php';
// manejador de intentos
require_once 'T/Intento.php';
-// data object
unset($gconf);