Changeset 539 for trunk/cgi-bin/main.cgi
- Timestamp:
- 11/01/12 16:33:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r538 r539 60 60 # Use the connectDB function, otherwise we end up confusing ourselves 61 61 my $ip_dbh; 62 my $sth;63 62 my $errstr; 64 63 ($ip_dbh,$errstr) = connectDB_My; … … 195 194 } 196 195 197 $sth->finish if $sth;198 196 # Clean up IPDB globals, DB handle, etc. 199 197 finish($ip_dbh);
Note:
See TracChangeset
for help on using the changeset viewer.