From 4152099975139cedc2567a97ad976c1cb9815c80 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 30 May 2010 11:20:37 +0000 Subject: [PATCH] removing unnecessary diagnostics --- etemplate/inc/class.soetemplate.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/etemplate/inc/class.soetemplate.inc.php b/etemplate/inc/class.soetemplate.inc.php index 78acf914ea..0d358515fe 100644 --- a/etemplate/inc/class.soetemplate.inc.php +++ b/etemplate/inc/class.soetemplate.inc.php @@ -846,8 +846,6 @@ class soetemplate if (!($rows = $this->db->affected_rows())) { echo "

soetemplate::save('$this->name','$this->template','$this->lang',$this->group,'$this->version') nothing written!!!

\n"; - function_backtrace(); - _debug_array($this->db); } return $rows; }