Skip to content
Snippets Groups Projects
Commit 7fff5c83 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

*** empty log message ***

parent 0ec2131f
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ sub store {
SELECT external_db_id
FROM external_db
WHERE db_name = ?
AND dbrelease = ?");
AND db_release = ?");
$sth->bind_param(1,$exObj->dbname,SQL_VARCHAR);
$sth->bind_param(2,$exObj->release,SQL_VARCHAR);
$sth->execute();
......
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