cc-4347: PDO
This commit is contained in:
parent
0838e31094
commit
8f33523095
2 changed files with 9 additions and 4 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue