]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/T/general.php
Nueva variable para configurar nivel de error para mandar por mail.
[software/sercom-old.git] / src / T / general.php
index d56d8412b216fabe1a4b18337fd44461967f2289..ebae9a0964ba7276fd6330a7052630c789cf4c87 100644 (file)
@@ -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);