PHP 8.2 Deprecated dynamic properties.

This commit is contained in:
markjcrane
2023-06-12 20:59:56 -06:00
parent 19bb912d27
commit bb9f48296a
3 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@
//add the module object
$module = new modules;
$module->db = $db;
//add the access control list to the database
$sql = "select * from v_modules ";