Update mysqli.php comments

This commit is contained in:
buckaroo-labs 2023-12-20 17:39:01 -08:00 committed by GitHub
parent b2bc3dd185
commit cdb370dd1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ class sql_db
var $rowset;
var $row;
var $cur_index;
/*2023-12-20 end */
/*2023-12-20 end block (see more below)*/
function sql_connect($sqlserver, $sqluser, $sqlpassword, $database, $port = false, $persistency = false)
{