cc-4347: PDO

This commit is contained in:
Rudi Grinberg 2012-09-05 17:35:08 -04:00
parent 0838e31094
commit 8f33523095
2 changed files with 9 additions and 4 deletions

View file

@ -1102,7 +1102,7 @@ SQL;
));
}
//$rows = $con->query($sql);
$rows->fetchAll();
$rows = $stmt->fetchAll();
foreach ($rows as $row) {
$start = new DateTime($row["starts"], new DateTimeZone('UTC'));