minor addition in comments

This commit is contained in:
tomas 2005-01-24 01:03:12 +00:00
parent dc1664a204
commit 358db687cc
1 changed files with 4 additions and 4 deletions

View File

@ -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
*/