From f484281ae8dbded9962d47c188ef57c10b3e641a Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Fri, 11 Feb 2011 08:30:16 +0100 Subject: [PATCH] wrong flow fixed --- web/Obj/dbase_pgsql.phh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ... -- 2.17.1