Robert Marshall před 9 roky
rodič
revize
0cc833f93c
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      Model/DBObject.php

+ 0 - 3
Model/DBObject.php

@@ -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();