Merge branch '2.5.x' of github.com:sourcefabric/Airtime into 2.5.x

This commit is contained in:
Albert Santoni 2013-12-06 17:14:35 -05:00
commit d056ee8c2e

View file

@ -778,12 +778,6 @@ SQL;
->save();
}
}
//remove the old repeating deleted instances.
/*CcShowInstancesQuery::create()
->filterByDbShowId($showId)
->filterByDbModifiedInstance(true)
->delete();*/
}
return false;