Bugzilla – Attachment #49724: Bug 16170 - Corrected to make work more smoothly for
bug #16170
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 16170
Collapse All
|
Expand All
(-)
a/installer/data/mysql/atomicupdate/16170_dbrev.perl (-1 / +4 lines)
Lines 1-3
Link Here
1
#!/usr/bin/perl
2
3
use C4::Context;
4
1
my $dbh = C4::Context->dbh;
5
my $dbh = C4::Context->dbh;
2
my $DBversion = "XXX";
6
my $DBversion = "XXX";
3
7
4
-
Return to
bug 16170