forked from GNUsocial/gnu-social
		
	info about stuff getting queued
darcs-hash:20080704053846-84dde-11afd488ba31664be6cd6955d4198ae11670f6ae.gz
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user