Changeset 1290


Ignore:
Timestamp:
2000-07-18T15:49:42+12:00 (24 years ago)
Author:
sjboddie
Message:

fixed windows specific bug in end-user collection building

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/webpage_editcol.pl

    r1192 r1290  
    4242    my $cgi = new CGI;
    4343    my %args = ();
    44    
     44
    4545    foreach $p ($cgi->param())
    4646    {
     
    7272    if (open(CFGOUT,">$cfg_filename"))
    7373    {
     74    binmode (CFGOUT); # windows
     75   
    7476    if (&gflock::lock (webpage_editcol::CFGOUT)) {
    7577        my $cfg_text = $args->{'bc1cfgfile'};
Note: See TracChangeset for help on using the changeset viewer.