xdb->query( "SELECT text,id FROM binets_ins, binets_def WHERE binets_def.id=binets_ins.binet_id AND user_id={?}", $uid); $page->assign('binets', $res->fetchAllAssoc()); $res = $globals->xdb->query( "SELECT text,id FROM groupesx_ins, groupesx_def WHERE groupesx_def.id=groupesx_ins.gid AND guid={?}", $uid); $page->assign('groupesx', $res->fetchAllAssoc()); $page->assign('section', $section); ?>