Fix: bad sql result name
This commit is contained in:
parent
e8fd068cb0
commit
569a3152ff
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user