]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix regression from bug 308256. r=wicked, a=justdave
authormkanat%kerio.com <>
Sat, 1 Oct 2005 08:09:04 +0000 (08:09 +0000)
committermkanat%kerio.com <>
Sat, 1 Oct 2005 08:09:04 +0000 (08:09 +0000)
config.cgi

index 48ab1b31bc2b7455754fb22a88cc80dfe5f95673..f1bc5f0f1cfd157690e21027704189910fa6b9b9 100755 (executable)
@@ -26,7 +26,6 @@
 ################################################################################
 
 # Make it harder for us to do dangerous things in Perl.
-use diagnostics;
 use strict;
 
 # Include the Bugzilla CGI and general utility library.