Changeset 629


Ignore:
Timestamp:
10/08/14 17:29:24 (10 years ago)
Author:
Kris Deugau
Message:

/trunk

Missing variable declaration that should have been in r628. *sigh*.
See #5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/IPDB.pm

    r628 r629  
    263263  $args{rwhois} = 'n' if !$args{rwhois};        # fail "safe", sort of.
    264264  $args{rwhois} = 'n' if $args{rwhois} ne 'n' and $args{rwhois} ne 'y';
     265
     266  my $mid;
    265267
    266268  # Allow transactions, and raise an exception on errors so we can catch it later.
Note: See TracChangeset for help on using the changeset viewer.