From 96ca82205a3d43e855d3e799a0d84851fa745370 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Mon, 8 Dec 2008 08:42:03 +0000 Subject: [PATCH] *really* fixing matching brackets --- fp-includes/core/core.bplustree.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp-includes/core/core.bplustree.class.php b/fp-includes/core/core.bplustree.class.php index 402dd55..f510031 100755 --- a/fp-includes/core/core.bplustree.class.php +++ b/fp-includes/core/core.bplustree.class.php @@ -1426,7 +1426,7 @@ class BPlusTree_Node { } $is_o=true; while((list(,$v)=each($ff)) && $is_o=is_object($v)); - if (!$is_o) trigger_error('ERR', E_USER_ERROR);} + if (!$is_o) {trigger_error('ERR', E_USER_ERROR);} } /** @@ -1454,7 +1454,7 @@ class BPlusTree_Node { } - +} /** * main class BPlusTree