[SOLVED] Global Announcement & 2.0.4
Verfasst: 25.02.2003 12:24
Hab da ein Problem:

die rote zeile gibt es bei mir nicht!#
#-----[ OPEN ]------------------------------------------
#
includes/funtions.php
#
#-----[ FIND ]------------------------------------------
#
function make_jumpbox($action, $match_forum_id = 0)
{
global $template, $lang, $db, $SID, $nav_links, $phpEx;
#
#-----[ IN-LINE FIND ]------------------------------------------
#
;
#
#-----[ IN-LINE BEFORE ADD ]------------------------------------------
#
, $userdata
#
#-----[ FIND ]------------------------------------------
#
$sql = "SELECT
FROM " . CATEGORIES_TABLE . " c, " . FORUMS_TABLE . " f
WHERE f.cat_id = c.cat_id
#
#-----[ AFTER, ADD ]------------------------------------------
#
".(($userdata['user_level'] == ADMIN)? "" : "AND c.cat_title<>'global_announcement'" )."
