voxforge.org
VoxForge Dev

Changeset 2583

Show
Ignore:
Timestamp:
05/13/08 21:59:31 (7 months ago)
Author:
kmaclean
Message:

fix if updatewebguiforum blank in readme and is a non-Java applet submission

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Audio_scripts/UserSubmission/README.pm

    r2581 r2583  
    143143                # !!!!!! 
    144144        } 
     145        if ( (($readmecontents{'updatewebguiforum'}) eq "") or (!defined($readmecontents{'updatewebguiforum'})) ){ 
     146                $readmecontents{'updatewebguiforum'} = 'n' 
     147        } 
    145148        return \%readmecontents; 
    146149}