summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 21:00:59 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 21:00:59 +0000
commit669e1adb5b8c4efce292681f83b8a76806e383bb (patch)
treebdc8578c5542166b69567415eb38b94507ae9e74 /etc/inc/notices.inc
parent63637de9323161beccf84ed60f69696ce11a5c24 (diff)
downloadpfsense-669e1adb5b8c4efce292681f83b8a76806e383bb.zip
pfsense-669e1adb5b8c4efce292681f83b8a76806e383bb.tar.gz
Various code cleanups and a few actual bugfixes courtesy of Zend
Diffstat (limited to 'etc/inc/notices.inc')
-rw-r--r--etc/inc/notices.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index 0c23ed2..11d7445 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -103,10 +103,11 @@ function close_notice($id) {
break;
}
}
- $queueout = fopen($notice_path, "w");
- fwrite($queueout, serialize($queue));
- fclose($queueout);
- return;
+ /* XXX: what's $queue? This does nothing right now so I commented it out --Bill */
+/* $queueout = fopen($notice_path, "w");
+ fwrite($queueout, serialize($queue));
+ fclose($queueout);*/
+ return;
}
function dump_xml_notices() {
OpenPOWER on IntegriCloud