From: ivan Date: Tue, 22 Apr 2003 17:55:09 +0000 (+0000) Subject: mason is more strict about variables - patch from Richard Siddall, thanks X-Git-Tag: freeside_1_5_0pre1~6 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f1324d535989205477e37d701c910b12c045687b mason is more strict about variables - patch from Richard Siddall, thanks --- diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 839a114fb..4defbc86f 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -60,7 +60,7 @@ my $widget = new HTML::Widgets::SelectLayers( foreach my $select_option ( @{$optinfo->{options}} ) { #if ( ref($select_option) ) { #} else { - $selected = $select_option eq $value ? ' SELECTED' : ''; + my $selected = $select_option eq $value ? ' SELECTED' : ''; $html .= qq!!; #}