Bruno17 / MIGX

MIGX for revo 2.2 and above
83 stars 78 forks source link

parseInputOptions() calls deprecated mysql_fetch_row() #404

Closed IZhbanov closed 1 year ago

IZhbanov commented 1 year ago

The function parseInputOptions from migxinputrender.class.php calls mysql_fetch_row() function from deprecated MySQL PHP extension that has been removed in PHP7. Perhaps, it could be replaced to mysqli_fetch_row() from MySQLi extension.

IZhbanov commented 1 year ago

Sorry. Seems the code is correct because of the check.