[freeside-devel] 1.4.1beta8
Richard Siddall
richard.siddall at elirion.net
Tue Apr 22 09:52:46 PDT 2003
ivan at 420.am wrote:
> 1.4.1beta8 is now available from http://www.sisd.com/freeside/
>
> This is the last beta release before a 1.4.1 release candidate.
>
[snip]
Attached is a patch for a Mason compilation error in edit/part_export.cgi
I hope I got the format correct.
Regards,
Richard.
-------------- next part --------------
--- httemplate/edit/part_export.cgi.orig Tue Apr 22 13:08:02 2003
+++ httemplate/edit/part_export.cgi Tue Apr 22 13:08:25 2003
@@ -60,7 +60,7 @@
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!<OPTION VALUE="$select_option"$selected>!.
qq!$select_option</OPTION>!;
#}
More information about the freeside-devel
mailing list