closes #241
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Fri, 3 Dec 2004 09:22:48 +0000 (09:22 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:23 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-19

htdocs/advanced_search.php

index aad6805..c7d22eb 100644 (file)
@@ -115,7 +115,7 @@ if (!array_key_exists('rechercher', $_REQUEST)) {
                        u.nom, u.prenom,
                        '.$globals->search->result_fields.'
                        c.uid AS contact,
-                       w.ni_id AS contact
+                       w.ni_id AS watch
                  FROM  auth_user_md5  AS u 
             '.$fields->get_select_statement().'
             '.(empty($_REQUEST['only_referent']) ? '' : ' INNER JOIN mentor AS m ON (m.uid = u.user_id)').'