You are here

constant GETCLICKY_FIELDS_INIT in Clicky - Web Analytics in Real Time 6

1 use of GETCLICKY_FIELDS_INIT
getclicky_admin_settings_form in ./getclicky.admin.inc
returns the admin form

File

./getclicky.module, line 14

Code

define("GETCLICKY_FIELDS_INIT", serialize(array(
  'uid' => t('User ID (uid in mysql)'),
  'name' => t('Username (name)'),
  'roles' => t('User Roles (roles)'),
)));