|
@@ -53,8 +53,6 @@ class DBObject implements ISavableObject {
|
|
|
$this->_ids=array($id);
|
|
|
}
|
|
|
|
|
|
- Utils::var_dump_email($this->_keys, $this->_ids, $key, $id);
|
|
|
-
|
|
|
$this->ReIndexKeyAndIdArrays();
|
|
|
$this->Load();
|
|
|
}
|
|
@@ -145,7 +143,6 @@ class DBObject implements ISavableObject {
|
|
|
if ($errorInfo[0]!='00000')
|
|
|
throw new Exception($errorInfo[2]);
|
|
|
|
|
|
- Utils::var_dump_email($this->_ids);
|
|
|
if (count($this->_ids)===0) { // If this is a new object we want to reload fromt he DB to make sure all fields are correct.
|
|
|
// In order to do so we need to find the value for the key we're using
|
|
|
$id=$PDO->lastInsertId();
|