Fix: bad sql result name

This commit is contained in:
Regis Houssin 2012-05-22 19:09:05 +02:00
parent e8fd068cb0
commit 569a3152ff
4 changed files with 132 additions and 132 deletions

View File

@ -61,7 +61,7 @@ if ($action == 'convert')
$i = 0; $i = 0;
while ($i < $num) while ($i < $num)
{ {
$obj = $db->fetch_object($result); $obj = $db->fetch_object($resql);
$object = new Product($db); $object = new Product($db);
$object->fetch($obj->rowid); $object->fetch($obj->rowid);