From f807c936261170eef9ccacc44d49a60cf24c08fe Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 28 Feb 2005 03:40:59 +0000 Subject: [PATCH] Playlist editing methods moved from GreenBox to separate class Playlist. GreenBox have only wrapper now. Offset calculations fixed, changeFadeInfo method added. --- livesupport/modules/storageServer/var/GreenBox.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/livesupport/modules/storageServer/var/GreenBox.php b/livesupport/modules/storageServer/var/GreenBox.php index c3ac7f266..091ed9233 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.47 $ + Version : $Revision: 1.48 $ 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.47 $ + * @version $Revision: 1.48 $ * @see BasicStor */ class GreenBox extends BasicStor{ @@ -530,8 +530,7 @@ class GreenBox extends BasicStor{ } /** - * - * Change fadInfo values + * Change fadInfo values * * @param token string, playlist access token * @param plElGunid string, global id of deleted playlistElement @@ -539,7 +538,6 @@ class GreenBox extends BasicStor{ * @param fadeOut string, dtto * @param sessid string, session ID * @return boolean - * */ function changeFadeInfo($token, $plElGunid, $fadeIn, $fadeOut, $sessid) {