Changeset 7704


Ignore:
Timestamp:
2004-07-05T21:29:18+12:00 (20 years ago)
Author:
jrm21
Message:

oops... we were failing on documents that start with a 0 (zero)...
if ($1) ... isn't true if $1 == 0.
Changed it to if (defined($1) && $1 ne "")

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.