Totally Zenned
- Join Date:
- Mar 2006
- Posts:
- 909
- Plugin Contributions:
- 1
Google Analytics Integration
Hi Andrew,
Great contribution here. :)
Just noticed that two of the admin settings don't have titles. You'll notice that these have been left out in the following install SQL code.
(NULL, '', 'GOOGLE_ANALYTICS_TRACKING_OUTBOUND', 'true', '', @configuration_group_id, 2, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
(NULL, '', 'GOOGLE_ANALYTICS_TRACKING_OUTBOUND_LINKS_PREFIX', '/outgoing/', '', @configuration_group_id, 2, NOW(), NULL, NULL),
Is this correct? Are they meant to be blank?