change return in queue function
darcs-hash:20080828001414-d018c-fa900f60f0af20c01e8b83a74834ddf46829f4b2.gz
This commit is contained in:
parent
cd5dc3246e
commit
7887147603
@ -1082,8 +1082,8 @@ function common_enqueue_notice($notice) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
common_log(LOG_DEBUG, 'complete queueing notice ID = ' . $notice->id . ' for ' . $transport);
|
common_log(LOG_DEBUG, 'complete queueing notice ID = ' . $notice->id . ' for ' . $transport);
|
||||||
return $result;
|
|
||||||
}
|
}
|
||||||
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
function common_dequeue_notice($notice) {
|
function common_dequeue_notice($notice) {
|
||||||
|
Loading…
Reference in New Issue
Block a user