From 47ec93ad478c621ad84c8f6310bc87481986c07f Mon Sep 17 00:00:00 2001 From: tomas Date: Thu, 20 Jan 2005 01:54:18 +0000 Subject: [PATCH] minor changes --- livesupport/modules/storageServer/var/LocStor.php | 9 ++++++--- livesupport/modules/storageServer/var/Transport.php | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/livesupport/modules/storageServer/var/LocStor.php b/livesupport/modules/storageServer/var/LocStor.php index 754596618..fee10b5e6 100644 --- a/livesupport/modules/storageServer/var/LocStor.php +++ b/livesupport/modules/storageServer/var/LocStor.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.23 $ + Version : $Revision: 1.24 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/LocStor.php,v $ ------------------------------------------------------------------------------*/ @@ -46,6 +46,7 @@ class LocStor extends BasicStor{ * @param fname string, human readable menmonic file name * with extension corresponding to filetype * @param chsum string, md5 checksum of media file + * @param ftype string audioclip | playlist * @return struct {url:writable URL for HTTP PUT, token:access token */ function storeAudioClipOpen( @@ -212,8 +213,8 @@ class LocStor extends BasicStor{ */ function downloadMetadataOpen($sessid, $gunid) { -# $res = $this->existsAudioClip($sessid, $gunid); -# if(PEAR::isError($res)) return $res; +// $res = $this->existsAudioClip($sessid, $gunid); +// if(PEAR::isError($res)) return $res; $id = $this->_idFromGunid($gunid); if(is_null($id)){ return PEAR::raiseError( @@ -271,6 +272,8 @@ class LocStor extends BasicStor{ * (may be empty or ommited only with less then 2 items in * "conditions" field) * + *
  • limit : int - limit for result arrays (0 means unlimited)
  • + *
  • offset : int - starting point (0 means without offset)
  • *
  • conditions - array of hashes with structure: *