Bug 10488: Followup replacing DELETEs by more restricted INSERTs
[koha.git] / installer / data / mysql / labels_upgrade.pl
index 4d2a56f..4fb7829 100755 (executable)
@@ -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;