Bei Fehlermeldungen "Kein Zugriff", ... fehlen die Quicklinks !
Fix: inc/funktions.inc.php
function requires_permission($perm)
{
global $g_user, $pref, $style, $config, $options, $P, $HTTP_SERVER_VARS;
if( $P->has_permission($perm) )
return;
global $board;
.
.
in
function requires_permission($perm)
{
global $g_user, $pref, $style, $config, $options, $P, $HTTP_SERVER_VARS;
if( $P->has_permission($perm) )
return;
global $board;
// msp 15.07.2003 - Bugfix
global $t_quicklinks;
.
.
sowie
function message($title, $msg, $opt_back = 1, $opt_index = 1)
{
global $style, $config, $g_user, $options, $JUMP_MENU, $navpath, $pref;
.
.
in
function message($title, $msg, $opt_back = 1, $opt_index = 1)
{
global $style, $config, $g_user, $options, $JUMP_MENU, $navpath, $pref;
// msp 15.07.2003 - Bugfix
global $t_quicklinks;
.
.
ändern.
Möglicherweise fehlt es noch an ein paar weiteren Stellen.