make mmlist be a derived class from xlmrpcclient, that's way more pretty,
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 22 Oct 2006 22:34:28 +0000 (22:34 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 22 Oct 2006 22:34:28 +0000 (22:34 +0000)
commit9bb8bf21cfc5b5f47805cd54d64cfeae75ce1de3
tree822c5be565a01a60f72cdf504202bcae16cbc197
parent59009e3b07547e3a402865934a42dd89d3e89a81
make mmlist be a derived class from xlmrpcclient, that's way more pretty,
and uses the autoload code.

lists.inc.php can now be a private include from the list module *YEAH*.

remove ugly includes to that file.

count(GLOBAL_INCLUDES)--

 include/user.func.inc.php          |    9 ++------
 include/validations/listes.inc.php |   12 ++++-------
 modules/auth.php                   |    6 +----
 modules/lists.php                  |   13 ++++--------
 modules/profile.php                |    5 +---
 modules/xnet.php                   |    7 ++----
 modules/xnetgrp.php                |   38 +++++++++++++++----------------------
 modules/xnetlists.php              |    7 ++----
 8 files changed, 39 insertions(+), 58 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1013 839d8a87-29fc-0310-9880-83ba4fa771e5
classes/mmlist.php [new file with mode: 0644]
include/user.func.inc.php
include/validations/listes.inc.php
modules/auth.php
modules/lists.php
modules/lists/lists.inc.php [moved from include/lists.inc.php with 91% similarity]
modules/profile.php
modules/xnet.php
modules/xnetgrp.php
modules/xnetlists.php