cMThisVer removed, establishing via CM object now

The version num is now being established from the CM object itself using
the version method
This commit is contained in:
Matt Pass
2012-10-23 14:57:26 +01:00
parent 7220288460
commit f141e6f7a7

View File

@@ -30,8 +30,7 @@ include($settingsFile);
// Add ICEcoder settings to beginning of $ICEcoder array
$ICEcoder = array(
"versionNo" => "0.9.1",
"codeMirrorDir" => "CodeMirror-2.34",
"cMThisVer" => 2.34
"codeMirrorDir" => "CodeMirror-2.34"
)+$ICEcoder;
// Update this config file?