minor comment change

This commit is contained in:
tomas 2005-03-10 01:10:25 +00:00
parent ef8067a20f
commit 012f2b267e

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $ Author : $Author: tomas $
Version : $Revision: 1.53 $ Version : $Revision: 1.54 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/GreenBox.php,v $ 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 * LiveSupport file storage module
* *
* @author $Author: tomas $ * @author $Author: tomas $
* @version $Revision: 1.53 $ * @version $Revision: 1.54 $
* @see BasicStor * @see BasicStor
*/ */
class GreenBox extends BasicStor{ class GreenBox extends BasicStor{
@ -559,6 +559,9 @@ class GreenBox extends BasicStor{
/** /**
* <span style="color:green">Move audioClip to the new position in the playlist</span> * <span style="color:green">Move audioClip to the new position in the playlist</span>
* *
* <span style="color:green">This method may change id attributes
* of playlistElements and/or fadeInfo</span>
*
* @param token string, playlist access token * @param token string, playlist access token
* @param plElGunid string, global id of deleted playlistElement * @param plElGunid string, global id of deleted playlistElement
* @param newPos int - new position in playlist * @param newPos int - new position in playlist