X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/5174fa9bd71e4f671d9788707e106296638a3c63..8d9dafb4a8ff1f15bf9440c9709c88fb2983cb11:/src/T/general.php?ds=sidebyside diff --git a/src/T/general.php b/src/T/general.php index d56d841..ec75869 100644 --- a/src/T/general.php +++ b/src/T/general.php @@ -32,7 +32,7 @@ $DBO_options = &PEAR::getStaticProperty('DB_DataObject', 'options'); // 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); @@ -93,7 +93,6 @@ require_once 'T/log.php'; require_once 'T/code.php'; // manejador de intentos require_once 'T/Intento.php'; -// data object unset($gconf);