From: terry%mozilla.org <> Date: Tue, 11 Jan 2000 06:17:10 +0000 (+0000) Subject: Fixed a warning. X-Git-Tag: bugzilla-2.12~485 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7209209607207b3289c8e535d8e7504222352fa;p=thirdparty%2Fbugzilla.git Fixed a warning. --- diff --git a/editproducts.cgi b/editproducts.cgi index 9324fe68d9..71177c3461 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -626,7 +626,7 @@ if ($action eq 'update') { products WRITE, versions WRITE"); - if ($disallownew != $disallownewold) { + if ($disallownew ne $disallownewold) { $disallownew ||= 0; SendSQL("UPDATE products SET disallownew=$disallownew