You are here

constant GETCLICKY_FIELDS_TO_CLICKY_DEFAULT_MAPPINGS in Clicky - Web Analytics in Real Time 6

2 uses of GETCLICKY_FIELDS_TO_CLICKY_DEFAULT_MAPPINGS
getclicky_admin_settings_form in ./getclicky.admin.inc
returns the admin form
getclicky_footer in ./getclicky.module
Implementation of hook_footer() to insert Javascript at the end of the page

File

./getclicky.module, line 20

Code

define("GETCLICKY_FIELDS_TO_CLICKY_DEFAULT_MAPPINGS", serialize(array(
  'name' => 'username',
)));