Vergleich inc/tasks/dailycleanup.php - 1.8.1 - 1.8.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 77Zeile 77

if(!empty($user_update))
{


if(!empty($user_update))
{

		foreach($user_update as $uid)

		foreach($user_update as $uid => $data)

		{
update_pm_count($uid);
}

		{
update_pm_count($uid);
}