From 358db687cc73b9d77ad1c6679733b07b85fdaf96 Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 24 Jan 2005 01:03:12 +0000 Subject: [PATCH] minor addition in comments --- livesupport/modules/storageServer/var/GreenBox.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/livesupport/modules/storageServer/var/GreenBox.php b/livesupport/modules/storageServer/var/GreenBox.php index 483edd803..20f85323a 100644 --- a/livesupport/modules/storageServer/var/GreenBox.php +++ b/livesupport/modules/storageServer/var/GreenBox.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.25 $ + Version : $Revision: 1.26 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/GreenBox.php,v $ ------------------------------------------------------------------------------*/ @@ -35,7 +35,7 @@ require_once "BasicStor.php"; * LiveSupport file storage module * * @author $Author: tomas $ - * @version $Revision: 1.25 $ + * @version $Revision: 1.26 $ * @see BasicStor */ class GreenBox extends BasicStor{ @@ -200,8 +200,8 @@ class GreenBox extends BasicStor{ * Replace metadata with new XML file or string * * @param id int, virt.file's local id - * @param mdata string, local path of metadata XML file - * @param mdataLoc string 'file'|'string' + * @param mdata string, XML string or local path of metadata XML file + * @param mdataLoc string, metadata location: 'file'|'string' * @param sessid string, session id * @return boolean or PEAR::error */