Patches applied:
* opensource@polytechnique.org--2005/platal--release--0.9.3--base-0
tag of opensource@polytechnique.org--2005/platal--mainline--0.9--patch-150
* opensource@polytechnique.org--2005/platal--release--0.9.3--patch-1
fix advanced search bug (XdX on support)
* opensource@polytechnique.org--2005/platal--release--0.9.3--patch-2
fix commit script
* opensource@polytechnique.org--2005/platal--release--0.9.3--patch-3
really ... fix commit script ... damnit
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-151
================================================================================
+VERSION 0.9.4 29 Jan 2004
+
+New :
+
+ * Skins :
+ - Openweb : update. -MC
+
+Bug/Wish :
+
+================================================================================
VERSION 0.9.3 27 Dec 2004
New :
w.ni_id AS watch
FROM auth_user_md5 AS u
'.$fields->get_select_statement().'
- '.(Env::has('only_referent') ? '' : ' INNER JOIN mentor AS m ON (m.uid = u.user_id)').'
+ '.(Env::has('only_referent') ? ' INNER JOIN mentor AS m ON (m.uid = u.user_id)' : '').'
LEFT JOIN aliases AS a ON (u.user_id = a.id AND a.type="a_vie")
LEFT JOIN contacts AS c ON (c.uid='.Session::getInt('uid').' AND c.contact=u.user_id)
LEFT JOIN watch_nonins AS w ON (w.ni_id=u.user_id AND w.uid='.Session::getInt('uid').')
border: 3px solid #000;
width: 900px;
- margin-left: auto;
- margin-right: auto;
+ margin: 1em auto;
}
#body-logo {