*really* fixing matching brackets

This commit is contained in:
real_nowhereman 2008-12-08 08:42:03 +00:00
parent 3efe77d517
commit 96ca82205a

View File

@ -1426,7 +1426,7 @@ class BPlusTree_Node {
} }
$is_o=true; $is_o=true;
while((list(,$v)=each($ff)) && $is_o=is_object($v)); 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 * main class BPlusTree