comments fixed
This commit is contained in:
parent
fcf2d05674
commit
65dcce925d
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.45 $
|
Version : $Revision: 1.46 $
|
||||||
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.45 $
|
* @version $Revision: 1.46 $
|
||||||
* @see BasicStor
|
* @see BasicStor
|
||||||
*/
|
*/
|
||||||
class GreenBox extends BasicStor{
|
class GreenBox extends BasicStor{
|
||||||
|
@ -612,8 +612,8 @@ class GreenBox extends BasicStor{
|
||||||
*/
|
*/
|
||||||
function delAudioClipFromPlaylist($token, $plElGunid, $sessid)
|
function delAudioClipFromPlaylist($token, $plElGunid, $sessid)
|
||||||
{
|
{
|
||||||
# $acGunid = $this->_gunidFromId($acId);
|
// $acGunid = $this->_gunidFromId($acId);
|
||||||
# if(PEAR::isError($acGunid)) return $acGunid;
|
// if(PEAR::isError($acGunid)) return $acGunid;
|
||||||
$plGunid = $this->_gunidFromToken($token, 'download');
|
$plGunid = $this->_gunidFromToken($token, 'download');
|
||||||
if(PEAR::isError($plGunid)) return $plGunid;
|
if(PEAR::isError($plGunid)) return $plGunid;
|
||||||
if(is_null($plGunid)){
|
if(is_null($plGunid)){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue