From: ivan Date: Tue, 22 Apr 2003 17:54:39 +0000 (+0000) Subject: mason is more strict about variables - patch from Richard Siddall, thanks X-Git-Tag: freeside_1_4_1rc1~6 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=533a9f37aa83ff97249b496d58ca056faaed424a;p=freeside.git mason is more strict about variables - patch from Richard Siddall, thanks --- diff --git a/Makefile b/Makefile index cf9f6f5de..07a0509f4 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,8 @@ upload-docs: forcehtmlman ssh cleanwhisker.420.am rm -rf /var/www/www.sisd.com/freeside/docs scp -pr httemplate/docs cleanwhisker.420.am:/var/www/www.sisd.com/freeside/docs -release: upload-docs update-webdemo +#release: upload-docs update-webdemo +release: cd /home/ivan/freeside1.4 #cvs tag ${TAG} cvs tag -F ${TAG} 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!!; #}