Changeset 539 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
11/01/12 16:33:31 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Remove global $sth, since nothing uses it any more. See #34.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r538 r539  
    6060# Use the connectDB function, otherwise we end up confusing ourselves
    6161my $ip_dbh;
    62 my $sth;
    6362my $errstr;
    6463($ip_dbh,$errstr) = connectDB_My;
     
    195194}
    196195
    197 $sth->finish if $sth;
    198196# Clean up IPDB globals, DB handle, etc.
    199197finish($ip_dbh);
Note: See TracChangeset for help on using the changeset viewer.