Changeset 1354
- Timestamp:
- 11/25/08 21:29:40 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/googleanalytics/trunk/googleanalytics.plugin.php
r1269 r1354 10 10 'author' => 'Graham Christensen', 11 11 'authorurl' => 'http://iamgraham.net/', 12 'version' => '0.5 -alpha'12 'version' => '0.5.1' 13 13 ); 14 14 } … … 51 51 return; 52 52 } 53 if ( User::identify() ) {53 if ( User::identify()->loggedin ) { 54 54 // Only track the logged in user if we were told to 55 55 if ( !Options::get('googleanalytics__loggedintoo') ) { … … 65 65 <script type="text/javascript"> 66 66 var pageTracker = _gat._getTracker("{$clientcode}"); 67 pageTracker._initData();68 67 pageTracker._trackPageview(); 69 68 </script>
