Plugin Directory

Changeset 179537


Ignore:
Timestamp:
12/04/2009 04:54:40 AM (16 years ago)
Author:
cavemonkey50
Message:

Corrects a uid undefined error message that appeared if error reporting was set too high.

Location:
google-analyticator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-analyticator/trunk/google-analyticator.php

    r179535 r179537  
    932932function ga_outgoing_links()
    933933{
     934    $uid = stripslashes(get_option(key_ga_uid));
     935   
    934936    // If GA is enabled and has a valid key
    935937    if (  (get_option(key_ga_status) != ga_disabled ) && ( $uid != "XX-XXXXX-X" )) {
  • google-analyticator/trunk/readme.txt

    r179535 r179537  
    5252
    5353= 6.0 =
     54* Corrects a uid undefined error message that appeared if error reporting was set too high.
    5455* Removes references to Spiral Web Consulting. Google Analyticator is now being developed exclusively by Ronald Heft.
    5556
Note: See TracChangeset for help on using the changeset viewer.