From 8f124efc15a395e6d54c177aac80b9dd8af0fadb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 1 Jul 2018 17:48:01 +0200 Subject: [PATCH] Fix: wrong mysql resource name --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 9a9d3279e03..627723d1f18 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6233,7 +6233,7 @@ class Form print ''; while ($i < $num) { - $objp = $this->db->fetch_object($resqlorderlist); + $objp = $this->db->fetch_object($resqllist); $var = ! $var; print '';