Index: lams_central/web/ckeditor/ckeditor.asp =================================================================== diff -u -r8179037dc958585c054547eb7de9be14c6aed233 -r2be1397fbd117723382105715d3f416c78dbd67c --- lams_central/web/ckeditor/ckeditor.asp (.../ckeditor.asp) (revision 8179037dc958585c054547eb7de9be14c6aed233) +++ lams_central/web/ckeditor/ckeditor.asp (.../ckeditor.asp) (revision 2be1397fbd117723382105715d3f416c78dbd67c) @@ -1,6 +1,6 @@ <% ' - ' Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. + ' Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. ' For licensing, see LICENSE.html or http://ckeditor.com/license ' Shared variable for all instances ("static") @@ -91,9 +91,9 @@ Private Sub Class_Initialize() - version = "3.4.1" - timeStamp = "A8LE4JO" - mTimeStamp = "A8LE4JO" + version = "3.6.2" + timeStamp = "B8DJ5M3" + mTimeStamp = "B8DJ5M3" Set oInstanceConfig = CreateObject("Scripting.Dictionary") Set oAllInstancesConfig = CreateObject("Scripting.Dictionary")