Plugin Directory

Changeset 371002


Ignore:
Timestamp:
04/09/2011 07:57:19 PM (15 years ago)
Author:
cavemonkey50
Message:

Fixes PHP warnings on the dashboard widget with really old Analytics accounts.

Location:
google-analyticator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-analyticator/trunk/google-analytics-summary-widget.php

    r370999 r371002  
    310310       
    311311        # Create the site usage table
     312        if ( isset($stats[0]) ) {
    312313        ?>
    313314        <table width="100%">
     
    348349        </table>
    349350        <?php
     351        }
    350352    }
    351353   
  • google-analyticator/trunk/readme.txt

    r370998 r371002  
    5353* Fixes a Javascript error on the WordPress login page.
    5454* Improves profile id logic to hopefully fix dashboard errors for the people that experience them.
     55* Fixes PHP warnings on the dashboard widget with really old Analytics accounts.
    5556
    5657= 6.1.2 =
Note: See TracChangeset for help on using the changeset viewer.