This commit is contained in:
Romain Neutron
2012-04-04 10:44:05 +02:00
parent 84b16c272e
commit cbb8670e6f

View File

@@ -69,7 +69,7 @@ class patch_361 implements patchInterface
$result = $stmt->fetchAll(PDO::FETCH_ASSOC); $result = $stmt->fetchAll(PDO::FETCH_ASSOC);
$stmt->closeCursor(); $stmt->closeCursor();
$count = count($rs); $count = count($result);
foreach ($result as $row) foreach ($result as $row)
{ {