From 715a51c548f36ab2dca1fd61723f2f0b45e67a18 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 14 Oct 2001 18:22:32 +0000 Subject: Various changes to location redirection ... please note the format and name changes git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/index.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'phpBB/index.php') diff --git a/phpBB/index.php b/phpBB/index.php index 348e3e33c9..1c5e884836 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -346,11 +346,6 @@ if($total_categories = $db->sql_numrows($q_categories)) $moderators_links .= ", "; } - if( !($mod_count % 2) && $mod_count != 0 ) - { - $moderators_links .= "
"; - } - if( $forum_mods_single_user[$forum_id][$mods]) { $moderators_links .= "" . $forum_mods_name[$forum_id][$mods] . ""; -- cgit v1.2.1