Bug 34881: (QA follow-up) Remove stray paren
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
d9463f82c4
commit
0128ce5b10
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ return {
|
||||||
$lost_val++;
|
$lost_val++;
|
||||||
|
|
||||||
$dbh->do(
|
$dbh->do(
|
||||||
qq{)
|
qq{
|
||||||
INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('LOST',$lost_val,'Missing from bundle')
|
INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('LOST',$lost_val,'Missing from bundle')
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue