bug fix and documentation
This commit is contained in:
committed by
giandonato.inverso@edempg.it
parent
6682a207b2
commit
57930cf9db
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user