From: Matteo Nastasi (mop) Date: Fri, 11 Feb 2011 07:30:16 +0000 (+0100) Subject: wrong flow fixed X-Git-Tag: 3.1.0~3 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=f484281ae8dbded9962d47c188ef57c10b3e641a;p=brisk.git wrong flow fixed --- diff --git a/web/Obj/dbase_pgsql.phh b/web/Obj/dbase_pgsql.phh index cd7c6d6..1335d24 100644 --- a/web/Obj/dbase_pgsql.phh +++ b/web/Obj/dbase_pgsql.phh @@ -144,8 +144,7 @@ class BriskDB $chals->rem($login); $ret = LoginDBItem::LoginDBItemFromRecord($user_obj); - return ($ret); - //O break; + break; } } } // end for ($e = 0 ...