From 9c9c2b80ab76e02a2f65d87b638428898d2efb68 Mon Sep 17 00:00:00 2001 From: Ice Date: Mon, 29 Sep 2008 01:06:02 +0000 Subject: [PATCH] --- root/portal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal.php b/root/portal.php index 0a6482cc..7243a7f5 100644 --- a/root/portal.php +++ b/root/portal.php @@ -96,7 +96,7 @@ if ($load_center == TRUE && $user->data['user_perm_from'] && $auth->acl_get('a_s if ( $load_center != TRUE ) { - $where = ' AND block_type <> 1'; + $where = ' AND block_type <> 0'; } else { $where = ''; }