Missed $ in commit...
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
9e350eee19
commit
c1270d5c72
1 changed files with 1 additions and 1 deletions
|
@ -12232,7 +12232,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
|||
|
||||
|
||||
|
||||
DBversion = "3.23.00.049";
|
||||
$DBversion = "3.23.00.049";
|
||||
if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
|
||||
my $dbh = C4::Context->dbh;
|
||||
my ( $column_has_been_used ) = $dbh->selectrow_array(q|
|
||||
|
|
Loading…
Reference in a new issue