From 9259494a029c8bc2c3b666534bc47e49069ea190 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Sat, 12 Sep 2009 09:09:28 +0000 Subject: [PATCH] just a small fix for the debug output --- etemplate/inc/class.editor.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.editor.inc.php b/etemplate/inc/class.editor.inc.php index dfec5269f6..12a54778c5 100644 --- a/etemplate/inc/class.editor.inc.php +++ b/etemplate/inc/class.editor.inc.php @@ -293,7 +293,7 @@ class editor { if ($this->debug) { - echo "

etemplate.editor.show: content="; _debug_array($content); + echo "

etemplate.editor.edit: content="; _debug_array($content); } if (!is_array($content)) $content = array(); $preserv = array();