CC-2301 : changing more CRLF files
This commit is contained in:
parent
b2a490ac47
commit
2e03e1982f
2 changed files with 27 additions and 27 deletions
|
@ -655,10 +655,10 @@ SQL;
|
|||
*/
|
||||
public function createCrossfade($id1, $id2, $fadeIn, $fadeOut, $offset)
|
||||
{
|
||||
$this->con->beginTransaction();
|
||||
|
||||
$this->con->beginTransaction();
|
||||
|
||||
try {
|
||||
$this->changeFadeInfo($id1, null, $fadeOut);
|
||||
$this->changeFadeInfo($id1, null, $fadeOut);
|
||||
$this->changeFadeInfo($id2, $fadeIn, null);
|
||||
|
||||
$item = CcPlaylistcontentsQuery::create()->findPK($id2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue