cleanup more obsolete stuff

This commit is contained in:
friendica
2012-12-18 16:29:57 -08:00
parent a12264193f
commit e9c87a69ce
6 changed files with 13 additions and 446 deletions

View File

@@ -22,7 +22,13 @@ function queue_run($argv, $argc){
$interval = ((get_config('system','delivery_interval') === false) ? 2 : intval(get_config('system','delivery_interval')));
$r = q("select * from deliverq where 1");
// $r = q("select * from deliverq where 1");
//FIXME
$r = array();
return;
if(count($r)) {
foreach($r as $rr) {
logger('queue: deliverq');