Remove subversion keyword in edit_base

This commit is contained in:
Clemens Schwaighofer
2014-05-30 17:57:25 +09:00
parent a828af6a81
commit c88f9236e9

View File

@@ -315,7 +315,6 @@
// debug data, if DEBUG flag is on, this data is print out
$DEBUG_DATA['DEBUG'] = $DEBUG_TMPL;
$DEBUG_DATA['Id'] = '$Id: edit_base.inc 4897 2014-02-06 08:16:56Z gullevek $';
// create main data array
$CONTENT_DATA = array_merge($HEADER, $DATA, $DEBUG_DATA);