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

(-)a/installer/data/mysql/labels_upgrade.pl (-3 / +1 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 strict;
20
use Modern::Perl;
21
#use warnings; FIXME - Bug 2505
22
21
23
use C4::Context;
22
use C4::Context;
24
23
25
- 

Return to bug 20000