X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fmaintenance.pl;h=3044c5deed3b36a89eab9d9b06cb4f0811bac901;hb=f76b9fb42e9ce7b90e3b45f2cc4c68470828e12a;hp=2f1d264257b6f101e56a977209ee9cb824efbe69;hpb=830dfcf69a394aef50d2f73ad933e56b06ec3271;p=koha_fer diff --git a/opac/maintenance.pl b/opac/maintenance.pl index 2f1d264257..3044c5deed 100755 --- a/opac/maintenance.pl +++ b/opac/maintenance.pl @@ -15,10 +15,11 @@ # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA -# $Id$ use strict; -require Exporter; +use warnings; +# FIXME - Generates a warning from C4/Context.pm (uninitilized value). + use CGI; use C4::Auth; use C4::Output;