View | Details | Raw Unified | Return to bug 20000
Collapse All | Expand All

(-)a/installer/data/mysql/labels_upgrade.pl (-2 lines)
Lines 17-24 Link Here
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
21
22
use C4::Context;
20
use C4::Context;
23
21
24
my $sth = C4::Context->dbh;
22
my $sth = C4::Context->dbh;
(-)a/installer/data/mysql/patroncards_upgrade.pl (-3 lines)
Lines 17-24 Link Here
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
21
22
use C4::Context;
20
use C4::Context;
23
21
24
my $sth = C4::Context->dbh;
22
my $sth = C4::Context->dbh;
25
- 

Return to bug 20000