This commit is contained in:
Romain Neutron
2013-08-30 13:48:13 +02:00
parent 817f5094a1
commit 447cb60327
18 changed files with 14 additions and 32 deletions

View File

@@ -85,7 +85,7 @@ class module_console_fieldsRename extends Command
$stmt->execute();
$data = $stmt->fetch(PDO::FETCH_ASSOC);
$stmt->closeCursor();
$total = $data['total'];
$start = 0;
$quantity = 100;