mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Older php doesn't understand [] (we knew this already)
This commit is contained in:
parent
c16a85547c
commit
79f1809b16
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if ($action == "list") {
|
|||
jtable_respond($users);
|
||||
} elseif ($action == "listoptions") {
|
||||
$users = get_all_users();
|
||||
$retusers = [];
|
||||
$retusers = array();
|
||||
foreach ($users as $user) {
|
||||
$retusers[] = array (
|
||||
'DisplayText' => $user['emailaddress'],
|
||||
|
|
Loading…
Add table
Reference in a new issue