Vergleich inc/tasks/hourlycleanup.php - 1.6.9 - 1.6.15

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 24Zeile 24
	$db->delete_query("searchlog", "dateline < '{$cut}'");

// Delete old captcha images

	$db->delete_query("searchlog", "dateline < '{$cut}'");

// Delete old captcha images

	$cut = TIME_NOW-(60*60*24*7);

	$cut = TIME_NOW-(60*60*24);

	$db->delete_query("captcha", "dateline < '{$cut}'");

add_task_log($task, $lang->task_hourlycleanup_ran);

	$db->delete_query("captcha", "dateline < '{$cut}'");

add_task_log($task, $lang->task_hourlycleanup_ran);