bug fix and documentation

This commit is contained in:
Giandonato Inverso
2023-10-16 22:57:16 +02:00
committed by giandonato.inverso@edempg.it
parent 90a7b2890b
commit 15c84c0863
4 changed files with 3 additions and 11 deletions
+1
View File
@@ -47,6 +47,7 @@
if(isset($dynamic_qrcode['id_owner'])) {
$owner = $users_instance->getUser($dynamic_qrcode['id_owner']);
echo "<option selected value=\"" . $owner["id"] . "\">" . $owner["username"] . "</option>";
echo "<option value=\"\">All</option>";
}
$users = $users_instance->getAllUsers();