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);
$stmt->closeCursor();
$count = count($rs);
$count = count($result);
foreach ($result as $row)
{