mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-02-17 04:30:19 +00:00
[svn r8001] fix fucking qm script
This commit is contained in:
parent
fa42702719
commit
80425f3e04
@ -90,6 +90,8 @@ while (<CSV>) {
|
||||
$completion =~ s/\r//;
|
||||
if (!$station) { $station = ""; }
|
||||
if (!$ref) { $ref = ""; }
|
||||
if (!$grade) { $grade = ""; }
|
||||
if (!$desc) { $desc = ""; }
|
||||
# hacked in by DL, as was acting weirdly due to uninitialized variables
|
||||
|
||||
if (($completion ne "") and ($ref ne ""))
|
||||
|
Loading…
x
Reference in New Issue
Block a user