X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_pgsql.phh;h=ba8fc6011ce33207812698fe340886b6c762b439;hb=8220c4ca4dada94f806c7a78a098a4ccf827e1b7;hp=6c127b5e4a5cf32cad84ee545a0edc413c095fa8;hpb=a6dc7c74c4b119cdeb8f76e3901d1a70f9d4fb1a;p=brisk.git diff --git a/web/Obj/dbase_pgsql.phh b/web/Obj/dbase_pgsql.phh index 6c127b5..ba8fc60 100644 --- a/web/Obj/dbase_pgsql.phh +++ b/web/Obj/dbase_pgsql.phh @@ -334,7 +334,6 @@ class BriskDB for ($u = 0 ; $u < $usr_n ; $u++) { $usr_obj = pg_fetch_object($usr_pg, $u); - fprintf(STDERR, "GOGORO [%s]\n", print_r($usr_obj, TRUE)); $users[$u] = array(); foreach($fields as $field) { $users[$u][$field] = $usr_obj->$field;