From: x2003bruneau Date: Thu, 23 Nov 2006 09:17:59 +0000 (+0000) Subject: Auto-relogin in 'My groups' list on xnet X-Git-Tag: xorg/0.9.12~53 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=db5db6c8f01cb894fb5f95e7bcef2723e0b1f7e8;p=platal.git Auto-relogin in 'My groups' list on xnet git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1145 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/ChangeLog b/ChangeLog index aecc361..d68121c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,7 +18,7 @@ New: - Add author and event id in RSS feed. -FRU * Profile: - - Add "My groupes" page with direct links to Xnet. -Car + - Add "My groups" page with direct links to Xnet. -Car * Xnet: - Add a vcard of all the members of a group. -FRU diff --git a/include/xnet/page.inc.php b/include/xnet/page.inc.php index d716ee3..35db83f 100644 --- a/include/xnet/page.inc.php +++ b/include/xnet/page.inc.php @@ -131,7 +131,7 @@ function list_all_my_groups($params) WHERE m.uid={?}", S::v('uid')); $html = '
Mes groupes (déconnexion) :
'; while (list($nom, $mini) = $res->next()) { - $html .= "$nom"; + $html .= "$nom"; } return $html; }