[freeside-devel] 1.4.1beta8

ivan at 420.am ivan at 420.am
Tue Apr 22 10:56:12 PDT 2003


Applied, thanks.  A Mason 1.1x-compatible handler.pl is the
biggest thing holding up a 1.4.1 release candidate; any help would be
appriciated.

On Tue, Apr 22, 2003 at 12:52:31PM -0400, Richard Siddall wrote:
> 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.
> 

> --- 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>!;
>            #}


-- 
_ivan



More information about the freeside-devel mailing list