]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/T/general.php
Se cambia dbo por sqlobject que tiene más sentido.
[software/sercom-old.git] / src / T / general.php
index d56d8412b216fabe1a4b18337fd44461967f2289..ec758695294cf4a5f9c8b94177c2b758166b5c4d 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)
 
 // 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);
 
 
 //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';
 require_once 'T/code.php';
 // manejador de intentos
 require_once 'T/Intento.php';
-// data object
 
 unset($gconf);
 
 
 unset($gconf);