CC-5636: Php 5.5: Cannot update repeating show's name if that instance is updated

Made all show fields readonly when editing a repeating instance
This commit is contained in:
drigato 2013-12-13 12:13:58 -05:00
parent bbccc2e7d3
commit e8a8aeaf00
5 changed files with 34 additions and 5 deletions

View file

@ -560,8 +560,6 @@ SQL;
$query = Application_Common_Database::prepareAndExecute( $sql,
array( 'showId' => $this->ccShow->getDbId() ), 'single');
Logging::info($query);
$date = null;