Playlist editing methods moved from GreenBox to separate class Playlist.
GreenBox have only wrapper now. Offset calculations fixed, changeFadeInfo method added.
This commit is contained in:
parent
09b7339e21
commit
f807c93626
1 changed files with 3 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
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 $
|
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.47 $
|
* @version $Revision: 1.48 $
|
||||||
* @see BasicStor
|
* @see BasicStor
|
||||||
*/
|
*/
|
||||||
class GreenBox extends BasicStor{
|
class GreenBox extends BasicStor{
|
||||||
|
@ -530,8 +530,7 @@ class GreenBox extends BasicStor{
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <span style="color:red">
|
* <span style="color:red">Change fadInfo values</span>
|
||||||
* Change fadInfo values
|
|
||||||
*
|
*
|
||||||
* @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
|
||||||
|
@ -539,7 +538,6 @@ class GreenBox extends BasicStor{
|
||||||
* @param fadeOut string, dtto
|
* @param fadeOut string, dtto
|
||||||
* @param sessid string, session ID
|
* @param sessid string, session ID
|
||||||
* @return boolean
|
* @return boolean
|
||||||
* </span>
|
|
||||||
*/
|
*/
|
||||||
function changeFadeInfo($token, $plElGunid, $fadeIn, $fadeOut, $sessid)
|
function changeFadeInfo($token, $plElGunid, $fadeIn, $fadeOut, $sessid)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue