removing unnecessary diagnostics

This commit is contained in:
Ralf Becker 2010-05-30 11:21:19 +00:00
parent d388206b8c
commit bcdc5ca175

View File

@ -842,8 +842,6 @@ class soetemplate
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";
function_backtrace();
_debug_array($this->db);
}
return $rows;
}