1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[feature/system-cron] Add array type hints if appropriate and remove globals.

PHPBB3-9596
This commit is contained in:
Nils Adermann
2011-01-12 23:02:00 +01:00
committed by Oleg Pudeyev
parent 165b0ec0b2
commit 9bc62056b2
2 changed files with 23 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ function output_image()
echo base64_decode('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
// test without flush ;)
// flush();
flush();
}
function do_cron($cron_lock, $run_tasks)