removing unnecessary diagnostics

This commit is contained in:
Ralf Becker 2010-05-30 11:20:37 +00:00
parent 5a8f98fc31
commit 4152099975

View File

@ -846,8 +846,6 @@ class soetemplate
if (!($rows = $this->db->affected_rows())) if (!($rows = $this->db->affected_rows()))
{ {
echo "<p>soetemplate::save('$this->name','$this->template','$this->lang',$this->group,'$this->version') <b>nothing written!!!</b></p>\n"; echo "<p>soetemplate::save('$this->name','$this->template','$this->lang',$this->group,'$this->version') <b>nothing written!!!</b></p>\n";
function_backtrace();
_debug_array($this->db);
} }
return $rows; return $rows;
} }