From 5a391fed9bc22ff94e72e64df1ec06bba7291db8 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 22 Nov 2004 12:17:16 +0000 Subject: [PATCH] some cleaning --- include/xml-rpc-client.inc.php | 4 ++-- include/{ => xorg}/xml-rpc.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename include/{ => xorg}/xml-rpc.inc.php (99%) diff --git a/include/xml-rpc-client.inc.php b/include/xml-rpc-client.inc.php index fe32419..544a8d2 100644 --- a/include/xml-rpc-client.inc.php +++ b/include/xml-rpc-client.inc.php @@ -18,10 +18,10 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: xml-rpc-client.inc.php,v 1.2 2004-09-09 23:21:42 x2000habouzit Exp $ + $Id: xml-rpc-client.inc.php,v 1.3 2004-11-22 12:17:16 x2000habouzit Exp $ ***************************************************************************/ -require_once('xml-rpc.inc.php'); +require_once('xorg/xml-rpc.inc.php'); /* taken from : http://fr2.php.net/xml-rpc * Author mboeren@php.net diff --git a/include/xml-rpc.inc.php b/include/xorg/xml-rpc.inc.php similarity index 99% rename from include/xml-rpc.inc.php rename to include/xorg/xml-rpc.inc.php index ad80073..e0f2980 100644 --- a/include/xml-rpc.inc.php +++ b/include/xorg/xml-rpc.inc.php @@ -8,7 +8,7 @@ * The Polytechnique.org TEAM * * * ****************************************************************************** - $Id: xml-rpc.inc.php,v 1.4 2004-09-09 23:21:42 x2000habouzit Exp $ + $Id: xml-rpc.inc.php,v 1.1 2004-11-22 12:17:17 x2000habouzit Exp $ ******************************************************************************/ /* -- 2.1.4