You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"elements": "@SELECT 'Unknown' AS username, 0 as id FROM [+PREFIX+]web_users LIMIT 1 UNION (SELECT username, id FROM [+PREFIX+]web_users ORDER BY username ASC)"
with
"elements": "@SELECT 'Unknown' AS username, 0 as id UNION (SELECT username, id FROM [+PREFIX+]web_users ORDER BY username ASC)"
in assets/tvs/multitv/configs/dbtabledemo.config.json and assets/tvs/multitv/moduleconfigs/event_log.moduleconfig.json
The text was updated successfully, but these errors were encountered:
Please replace
with
in
assets/tvs/multitv/configs/dbtabledemo.config.json
andassets/tvs/multitv/moduleconfigs/event_log.moduleconfig.json
The text was updated successfully, but these errors were encountered: