Vergleich inc/tasks/dailycleanup.php - 1.6.1 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: dailycleanup.php 5016 2010-06-12 00:24:02Z RyanGordon $

 * $Id: dailycleanup.php 5353 2011-02-15 14:24:00Z Tomm $

 */

function task_dailycleanup($task)

 */

function task_dailycleanup($task)

Zeile 52Zeile 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);
}