Array of states

This commit is contained in:
Jaroslav Drzik
2021-12-09 17:57:03 +01:00
parent 6d5d6e18f5
commit 6d0f7fb392
3 changed files with 41 additions and 7 deletions

View File

@@ -21,7 +21,12 @@
--------------------------------------------------------------------------
*/
function plugin_remotesupport_install(){
function plugin_remotesupport_install()
{
global $DB;
return true;
}