diff --git a/inc/Db.php b/inc/Db.php index fe8fe9c..c55d47d 100644 --- a/inc/Db.php +++ b/inc/Db.php @@ -501,8 +501,6 @@ class Db extends PhpObject "VALUES (".implode(", ", $asQueryValues).") ". "ON DUPLICATE KEY UPDATE ".$this->implodeAll($asUpdateValues, " = ", ", "); - die($sQuery); - return $this->setQuery($sQuery)?$this->getLastId():0; }