mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
just a small fix for the debug output
This commit is contained in:
parent
c8f411bd4c
commit
9259494a02
@ -293,7 +293,7 @@ class editor
|
|||||||
{
|
{
|
||||||
if ($this->debug)
|
if ($this->debug)
|
||||||
{
|
{
|
||||||
echo "<p>etemplate.editor.show: content="; _debug_array($content);
|
echo "<p>etemplate.editor.edit: content="; _debug_array($content);
|
||||||
}
|
}
|
||||||
if (!is_array($content)) $content = array();
|
if (!is_array($content)) $content = array();
|
||||||
$preserv = array();
|
$preserv = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user