Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
function detectmultiaccounts_blockuser_config () {
    return array (  'name' => 'Create Admin Ticket', 
                    'description' => 'Enter a client id via which you want to create the ticket notifications', 
                    'type' => 'text', 
                    'size' => '5'
                 );
}

If you have done everything right, the defined values are included at the module configuration page and you can enable / disable your own actions.

...