X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Fmaintenance.pl;h=1914644dbf987597b52b5944b77de10bd039a8a9;hb=37f3807442ce1136a57e6fec76648994ada7a5cb;hp=2f1d264257b6f101e56a977209ee9cb824efbe69;hpb=830dfcf69a394aef50d2f73ad933e56b06ec3271;p=koha.git diff --git a/opac/maintenance.pl b/opac/maintenance.pl index 2f1d264257..1914644dbf 100755 --- a/opac/maintenance.pl +++ b/opac/maintenance.pl @@ -11,14 +11,15 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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;