Vergleich inc/functions_archive.php - 1.6.3 - 1.6.10

  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_archive.php 5380 2011-02-21 12:04:43Z Tomm $

 * $Id$

 */

/**

 */

/**

Zeile 212Zeile 212
 */
function archive_error_no_permission()
{

 */
function archive_error_no_permission()
{

	global $lang;










	global $lang, $db, $session;

$noperm_array = array (
"nopermission" => '1',
"location1" => 0,
"location2" => 0
);

$db->update_query("sessions", $noperm_array, "sid='{$session->sid}'", 1);


	archive_error($lang->archive_nopermission);
}


	archive_error($lang->archive_nopermission);
}