[feature/system-cron] Removed generate_generic_task_code function

PHPBB3-9596
This commit is contained in:
Oleg Pudeyev 2010-08-22 21:49:36 -04:00
parent 8c8211d15a
commit fb461c57ed

View file

@ -188,10 +188,4 @@ class cron_manager
} }
return $task; return $task;
} }
public function generate_generic_task_code($cron_type)
{
global $phpbb_root_path, $phpEx;
return '<img src="' . $url . '" width="1" height="1" alt="cron" />';
}
} }