Commit e7209209 authored by terry%mozilla.org's avatar terry%mozilla.org

Fixed a warning.

parent 7a288e93
...@@ -626,7 +626,7 @@ if ($action eq 'update') { ...@@ -626,7 +626,7 @@ if ($action eq 'update') {
products WRITE, products WRITE,
versions WRITE"); versions WRITE");
if ($disallownew != $disallownewold) { if ($disallownew ne $disallownewold) {
$disallownew ||= 0; $disallownew ||= 0;
SendSQL("UPDATE products SendSQL("UPDATE products
SET disallownew=$disallownew SET disallownew=$disallownew
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment