mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
removing unnecessary diagnostics
This commit is contained in:
parent
d388206b8c
commit
bcdc5ca175
@ -842,8 +842,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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user