distribution: LOW: new-vol1a

From: James Fifield <fifield@ug.cs.dal.ca>
To: csuite-tech@chebucto.ns.ca
Date: Mon, 12 May 1997 11:22:09 -0300
Precedence: bulk

next message in archive
no next message in thread
previous message in archive
previous message in thread
Index of Subjects

Index of Subjects
> Something that's a little more important is that the script does not seem to 
> remember your "name" that you entered in the previous step.  Entering "Jamie" 
> into the $cgi_name variable and I still get:
> "Thank you, , for volunteering to help the development of the Frugal"
>            ^ shouldn't be blank.
> 

The problem is that the variable $cgi_name is being used in this line as:
`$cgi_name | cgi2html`

It should of course be:
`echo "$cgi_name" | cgi2html`

Unfortunately, this is inside of a translated string, so changing it here would 
break the french translation I'm afraid.  I'd like to take the "`$cgi_name | 
cgi2html`" out of the translated string and put it at the beginning of the 
script after the distribution is in a less frantic state. :)

--
James Fifield
<fifield@ug.cs.dal.ca>


next message in archive
no next message in thread
previous message in archive
previous message in thread
Index of Subjects