X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=installer%2Fdata%2Fmysql%2Fpatroncards_upgrade.pl;h=a9f4ce52929c1bec32dc83e60b01ec189db7ab79;hb=7535f2bfa32c7398bfe0baa619bdfa6abf1320b2;hp=5b136590cc7c1c402bb7c6a801ccad3ed34449ec;hpb=4523a2df0d6f21dc697f981a6f325a2b35d2520d;p=koha_fer diff --git a/installer/data/mysql/patroncards_upgrade.pl b/installer/data/mysql/patroncards_upgrade.pl index 5b136590cc..a9f4ce5292 100755 --- a/installer/data/mysql/patroncards_upgrade.pl +++ b/installer/data/mysql/patroncards_upgrade.pl @@ -17,6 +17,9 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +#use strict; +#use warnings; FIXME - Bug 2505 + use C4::Context; my $sth = C4::Context->dbh;