From 1966e6466fd59b28f6a2697c36a2785e2975481f Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 3 Oct 2004 20:30:02 +0000 Subject: [PATCH] bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral --- docs/changelog/6.x.x.txt | 3 ++- lib/WebGUI/Operation/Collateral.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 2bd5275f5..e8ddc28c3 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -3,7 +3,8 @@ - Added a workaround to a bug in Time::HiRes on windows. - bugfix [ 1038289 ] Performance problems with 6.2 - bugfix [ 1038837 ] Hashing issues (Paul Malabad) - + - bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral + 6.2.6 - Fixed a GUID bug in the Site Map wobject. diff --git a/lib/WebGUI/Operation/Collateral.pm b/lib/WebGUI/Operation/Collateral.pm index f376636ce..2595f3fd7 100644 --- a/lib/WebGUI/Operation/Collateral.pm +++ b/lib/WebGUI/Operation/Collateral.pm @@ -575,7 +575,7 @@ sub www_htmlAreaviewCollateral { my($output, $collateral, $file, $x, $y, $image, $error); $session{page}{makePrintable}=1; $session{page}{printableStyleId}=10; $output .= ''; - if($session{form}{cid} == 0 || ! WebGUI::Grouping::isInGroup(4)) { + if($session{form}{cid} eq "" || ! WebGUI::Grouping::isInGroup(4)) { $output .= '
'; $output .= '


';