info about stuff getting queued
darcs-hash:20080704053846-84dde-11afd488ba31664be6cd6955d4198ae11670f6ae.gz
This commit is contained in:
parent
985ba79b4a
commit
d0897f4d1f
|
@ -819,6 +819,7 @@ function common_broadcast_notice($notice, $remote=false) {
|
|||
# Stick the notice on the queue
|
||||
|
||||
function common_enqueue_notice($notice) {
|
||||
common_log(LOG_INFO, 'queueing notice ID = ' . $notice->id);
|
||||
$qi = new Queue_item();
|
||||
$qi->query('BEGIN');
|
||||
$qi->notice_id = $notice->id;
|
||||
|
|
Loading…
Reference in New Issue
Block a user