forked from Wavyzz/dolibarr
renommage de PEAR en DOLIPEAR
This commit is contained in:
@@ -75,7 +75,7 @@ class MDB2_Driver_Function_mysql extends MDB2_Driver_Function_Common
|
||||
function &executeStoredProc($name, $params = null, $types = null, $result_class = true, $result_wrap_class = false)
|
||||
{
|
||||
$db =& $this->getDBInstance();
|
||||
if (PEAR::isError($db)) {
|
||||
if (DOLIPEAR::isError($db)) {
|
||||
return $db;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user