1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix php8.1

This commit is contained in:
Pek5892
2024-04-12 16:59:19 +02:00
parent 9f0e319a03
commit c65bbd3f39
93 changed files with 99 additions and 99 deletions

View File

@@ -19,7 +19,7 @@
include_once __DIR__.'/../../core.php';
if (isset($id_record)) {
if (!empty($id_record)) {
$records = $dbo->fetchArray('SELECT * FROM `zz_fields` WHERE `id`='.prepare($id_record));
}