From db5db6c8f01cb894fb5f95e7bcef2723e0b1f7e8 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 23 Nov 2006 09:17:59 +0000 Subject: [PATCH] Auto-relogin in 'My groups' list on xnet git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1145 839d8a87-29fc-0310-9880-83ba4fa771e5 --- ChangeLog | 2 +- include/xnet/page.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.1.4