X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/5174fa9bd71e4f671d9788707e106296638a3c63..cc6ab972e224457a53518b885fb076c5289325ee:/src/T/general.php?ds=sidebyside diff --git a/src/T/general.php b/src/T/general.php index d56d841..ebae9a0 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);