Second CAS version : CAS and non-CAS login can coexist
[koha_fer] / opac / opac-addbybiblionumber.pl
index 9e67b12..cb3a372 100755 (executable)
@@ -23,6 +23,8 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
+
 use C4::Biblio;
 use CGI;
 use C4::VirtualShelves qw/:DEFAULT GetRecentShelves RefreshShelvesSummary/;