Ignore:
Timestamp:
2010-10-15T00:07:58+13:00 (14 years ago)
Author:
davidb
Message:

shift away from using rand_string as cgi-argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/cgi-bin/talkback-progressbar.pl

    r23138 r23139  
    134134    my $upload_html_form;
    135135
    136     my $oid     = $gsdl_cgi->param('oid');
    137     my $collect = $gsdl_cgi->param('collect');
     136    #my $oid     = $gsdl_cgi->param('oid');
     137    #my $collect = $gsdl_cgi->param('collect');
     138    $gsdl_cgi->param('uploadedfile');   
    138139
    139140    my $uniq_file = "$collect-$oid-doc.xml";
Note: See TracChangeset for help on using the changeset viewer.