CC-4413: Unused local variables in models.

-done
This commit is contained in:
denise 2012-09-12 17:26:41 -04:00
parent 8938eaa637
commit 3b43efefe0
9 changed files with 3 additions and 29 deletions

View file

@ -75,7 +75,6 @@ SQL;
return;
}
$con = Propel::getConnection();
$sql = "SELECT %%columns%% st.starts as starts, st.ends as ends,
st.media_item_played as media_item_played, si.ends as show_ends
%%tables%% WHERE ";