diff --git a/www/admin/edit_order.php b/www/admin/edit_order.php index 0988a335..d1752ce1 100644 --- a/www/admin/edit_order.php +++ b/www/admin/edit_order.php @@ -194,7 +194,6 @@ // debug data, if DEBUG flag is on, this data is print out $DEBUG_DATA['DEBUG'] = $DEBUG_TMPL; - $DEBUG_DATA['Id'] = '$Id: edit_order.php 4897 2014-02-06 08:16:56Z gullevek $'; // create main data array $CONTENT_DATA = array_merge($HEADER, $DATA, $DEBUG_DATA); diff --git a/www/admin/files.php b/www/admin/files.php index 5c57da2f..19501167 100644 --- a/www/admin/files.php +++ b/www/admin/files.php @@ -475,10 +475,6 @@ $cms->debug('file_upload', "ERROR: $error | INI FSize: ".ini_get("upload_max_fil //------------------------------ processing data end - //------------------------------ debug data - $DEBUG_DATA['Id'] = '$Id: files.php 4897 2014-02-06 08:16:56Z gullevek $'; - //------------------------------ debug data - //------------------------------ smarty start require("smarty.inc"); //------------------------------ smarty end diff --git a/www/admin/smarty.inc b/www/admin/smarty.inc index e0421644..f3bccf02 100644 --- a/www/admin/smarty.inc +++ b/www/admin/smarty.inc @@ -86,7 +86,6 @@ // debug data, if DEBUG flag is on, this data is print out $cms->DEBUG_DATA['debug_error_msg'] = $cms->running_time(); $cms->DEBUG_DATA['DEBUG'] = $DEBUG_TMPL; - $cms->DEBUG_DATA['Id'] = '$Id: smarty.inc 4897 2014-02-06 08:16:56Z gullevek $'; // create main data array $cms->CONTENT_DATA = array_merge($cms->HEADER, $cms->DATA, $cms->DEBUG_DATA);