Removed unused local variables

This commit is contained in:
Rudi Grinberg 2012-09-12 16:09:53 -04:00
parent 414d1fa511
commit db5dbab086
1 changed files with 0 additions and 2 deletions

View File

@ -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