pending commit, finished during MQ/S download ...
[platal.git] / htdocs / admin / lists.php
index 2783a18..1674404 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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();