Vergleich inc/functions_indicators.php - 1.6.7 - 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: functions_indicators.php 5765 2012-03-27 09:52:45Z Tomm $

 * $Id: functions_indicators.php 5831 2012-05-23 11:21:28Z Tomm $

 */

/**

 */

/**

Zeile 39Zeile 39
	// Default back to cookie marking
else
{

	// Default back to cookie marking
else
{

		my_set_array_cookie("threadread", $tid, TIME_NOW);

		my_set_array_cookie("threadread", $tid, TIME_NOW, -1);

	}

$unread_count = fetch_unread_count($fid);

	}

$unread_count = fetch_unread_count($fid);

Zeile 215Zeile 215
	// Mark in a cookie
else
{

	// Mark in a cookie
else
{

		my_set_array_cookie("forumread", $fid, TIME_NOW);

		my_set_array_cookie("forumread", $fid, TIME_NOW, -1);

	}
}


	}
}