pending commit, finished during MQ/S download ...
[platal.git] / htdocs / admin / lists.php
index 281d879..1674404 100644 (file)
@@ -25,7 +25,7 @@ $page->assign('xorg_title','Polytechnique.org - Administration - Mailing lists')
 require_once('platal/xmlrpc-client.inc.php');
 require_once('lists.inc.php');
 
-$client =& lists_xmlrpc(Session::getInt('uid'), Session::get('password'));
+$client =& lists_xmlrpc(S::v('uid'), S::v('password'));
 $listes = $client->get_all_lists();
 $page->assign_by_ref('listes',$listes);
 $page->run();