diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 2922f2b79..3b34f6da4 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,5 +1,8 @@ 6.2.6 - Fixed a GUID bug in the Site Map wobject. + - Removed debugging from the events calendar that should have been removed + before the last release. + - bugfix [ 1033670 ] JAVASCRIPT BUG 6.2.5 diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index bb98a5a8e..d52e87023 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -1,6 +1,6 @@ package WebGUI; -our $VERSION = "6.2.5"; -our $STATUS = "beta"; +our $VERSION = "6.2.6"; +our $STATUS = "gamma"; #------------------------------------------------------------------- # WebGUI is Copyright 2001-2004 Plain Black Corporation. diff --git a/lib/WebGUI/Operation/Page.pm b/lib/WebGUI/Operation/Page.pm index e08b02059..5d50bf3b6 100644 --- a/lib/WebGUI/Operation/Page.pm +++ b/lib/WebGUI/Operation/Page.pm @@ -113,7 +113,7 @@ sub _selectPositions { -value=>$_[0], -namespace=>"page", -afterEdit=>'op=editPage&npp='.$session{form}{npp}, - -extras=>'onChange="changeTemplatePreview(this.form.templateId.value)"' + -extras=>'onChange="changeTemplatePreview(\'this.form.templateId.value\')"' ); $output = '