Changeset 14954 for misc/runpugs/perl
- Timestamp:
- 12/30/06 19:07:12 (23 months ago)
- Files:
-
- 1 modified
-
misc/runpugs/perl/runpugs3.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/perl/runpugs3.pl
r14930 r14954 98 98 my $sessionid=shift; 99 99 my $ip=shift; 100 my $dev=$query->param('reldev')||0; 101 $dev=$dev*1; 100 my $dev=$query->param('reldev');#||0; 101 if ($dev!=0){ 102 $dev=1; 103 } 102 104 my $devc='checked'; 103 105 my $relc='';
