mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/system-cron] Removed generate_generic_task_code function
PHPBB3-9596
This commit is contained in:
parent
8c8211d15a
commit
fb461c57ed
1 changed files with 0 additions and 6 deletions
|
@ -188,10 +188,4 @@ class cron_manager
|
|||
}
|
||||
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" />';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue