Changeset 179537
- Timestamp:
- 12/04/2009 04:54:40 AM (16 years ago)
- Location:
- google-analyticator/trunk
- Files:
-
- 2 edited
-
google-analyticator.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
google-analyticator/trunk/google-analyticator.php
r179535 r179537 932 932 function ga_outgoing_links() 933 933 { 934 $uid = stripslashes(get_option(key_ga_uid)); 935 934 936 // If GA is enabled and has a valid key 935 937 if ( (get_option(key_ga_status) != ga_disabled ) && ( $uid != "XX-XXXXX-X" )) { -
google-analyticator/trunk/readme.txt
r179535 r179537 52 52 53 53 = 6.0 = 54 * Corrects a uid undefined error message that appeared if error reporting was set too high. 54 55 * Removes references to Spiral Web Consulting. Google Analyticator is now being developed exclusively by Ronald Heft. 55 56
Note: See TracChangeset
for help on using the changeset viewer.