summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
diff options
context:
space:
mode:
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