Removed unused local variables
This commit is contained in:
parent
414d1fa511
commit
db5dbab086
|
@ -378,8 +378,6 @@ SQL;
|
|||
|
||||
public static function UpdateBrodcastedStatus($dateTime, $value)
|
||||
{
|
||||
global $CC_CONFIG;
|
||||
$con = Propel::getConnection();
|
||||
$now = $dateTime->format("Y-m-d H:i:s");
|
||||
|
||||
$sql = <<<SQL
|
||||
|
|
Loading…
Reference in New Issue