@@ -54,6 +54,8 @@ class DBObject implements ISavableObject {
$this->_keys=array($key);
$this->_ids=array($id);
}
+
+ Utils::var_dump_email($this->_keys, $this->_ids, $key, $id);
$this->ReIndexKeyAndIdArrays();
$this->Load();