Skip to content
Snippets Groups Projects
Commit 0c88d4e3 authored by Nathan Johnson's avatar Nathan Johnson
Browse files

added finish to external_db fetch in store method

parent 088cca02
No related branches found
No related tags found
No related merge requests found
......@@ -364,10 +364,10 @@ sub store {
$sth->bind_param( 1, $exObj->dbname(), SQL_VARCHAR );
$sth->bind_param( 2, $exObj->release(), SQL_VARCHAR ) if defined $exObj->release();
$sth->execute();
($dbRef) = $sth->fetchrow_array();
$sth->finish();
if ( !$dbRef ) {
throw(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment