From: x2002bobillot Date: Thu, 20 Apr 2006 16:04:57 +0000 (+0000) Subject: backport X-Git-Tag: xorg/0.9.10~89 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2968a0e9c1129a35d666fcb31794f7e6a7c3ac5f;p=platal.git backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@278 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/lists.inc.php b/include/lists.inc.php index 9338cb7..a68d207 100644 --- a/include/lists.inc.php +++ b/include/lists.inc.php @@ -30,7 +30,7 @@ function &lists_xmlrpc($uid, $pass, $fqdn=null) { global $globals; - $dom = empty($fqdn) ? $globals->mail->domain : $fqdn; + $dom = is_null($fqdn) ? $globals->mail->domain : $fqdn; $url = "http://$uid:$pass@{$globals->lists->rpchost}:{$globals->lists->rpcport}/$dom"; $client = new xmlrpc_client($url); return $client; diff --git a/templates/xnet/login.tpl b/templates/xnet/login.tpl index d4e5343..24472ca 100644 --- a/templates/xnet/login.tpl +++ b/templates/xnet/login.tpl @@ -59,7 +59,7 @@ -
+ +

(Non disponible)

{if $smarty.request.response}
Erreur d'identification. Essaie à nouveau ! diff --git a/templates/xnet/skin.tpl b/templates/xnet/skin.tpl index 22ded4d..0f9619a 100644 --- a/templates/xnet/skin.tpl +++ b/templates/xnet/skin.tpl @@ -140,7 +140,7 @@ {only_public}
Me connecter :
polytechnicien - extérieur + {/only_public}