From b2d6de1344323b73c2ec8c7a84a14492ed88f0da Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 4 Jan 2005 03:18:35 +0000 Subject: [PATCH] - --- livesupport/modules/storageServer/var/BasicStor.php | 6 +++--- livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/livesupport/modules/storageServer/var/BasicStor.php b/livesupport/modules/storageServer/var/BasicStor.php index 958492a07..23b676a40 100644 --- a/livesupport/modules/storageServer/var/BasicStor.php +++ b/livesupport/modules/storageServer/var/BasicStor.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.9 $ + Version : $Revision: 1.10 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/BasicStor.php,v $ ------------------------------------------------------------------------------*/ @@ -48,7 +48,7 @@ require_once "Transport.php"; * Core of LiveSupport file storage module * * @author $Author: tomas $ - * @version $Revision: 1.9 $ + * @version $Revision: 1.10 $ * @see Alib */ class BasicStor extends Alib{ @@ -362,7 +362,7 @@ class BasicStor extends Alib{ $fname = "{$this->accessDir}/$token"; touch($fname); // is it needed? $url = $this->getUrlPart()."xmlrpc/put.php?token=$token"; - return array('url'=>$url, 'token'=>$token, 'gunid'=>$gunid); + return array('url'=>$url, 'token'=>$token); } /** diff --git a/livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php b/livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php index 1b960d7ee..c125f4d08 100644 --- a/livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php +++ b/livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.12 $ + Version : $Revision: 1.13 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php,v $ ------------------------------------------------------------------------------*/ @@ -233,7 +233,6 @@ class XR_LocStor extends LocStor{ * * * On errors, returns an XML-RPC error response.