From 6810c030e850e3400479409eb4e5256a26e0cd62 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 14 Mar 2017 13:35:35 +0900 Subject: [PATCH] Removed not needed insert_id_r array --- www/libs/Class.DB.IO.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/www/libs/Class.DB.IO.inc b/www/libs/Class.DB.IO.inc index bea9b0ef..2e7f0a93 100644 --- a/www/libs/Class.DB.IO.inc +++ b/www/libs/Class.DB.IO.inc @@ -272,7 +272,6 @@ public $num_fields; // how many fields has the query public $field_names; // array with the field names of the current query public $insert_id; // last inserted ID - public $insert_id_r; // if the return is an array // other vars private $nbsp = ''; // used by print_array recursion function // error & warning id