Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: dailycleanup.php 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: dailycleanup.php 5353 2011-02-15 14:24:00Z Tomm $
|
*/
function task_dailycleanup($task)
| */
function task_dailycleanup($task)
|
Zeile 52 | Zeile 52 |
---|
$cache->update_most_replied_threads(); $cache->update_most_viewed_threads(); $cache->update_birthdays();
|
$cache->update_most_replied_threads(); $cache->update_most_viewed_threads(); $cache->update_birthdays();
|
| $cache->update_forumsdisplay();
|
add_task_log($task, $lang->task_dailycleanup_ran); }
| add_task_log($task, $lang->task_dailycleanup_ran); }
|