Show
Ignore:
Timestamp:
07/26/08 09:55:51 (6 months ago)
Author:
082net
Message:

## wp-slimstat-ex ##

Fixed activation error
Fixed GeoIP detection
Fixed upgrade routine
Supports external tracking with Javascript

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wp-slimstat-ex/trunk/lib/setup.php

    r379 r386  
    2121                        SSSetup::_importCountriesData(); 
    2222                } 
    23                 return wp_slimstat_ex::check_current_version(); 
     23                return wp_slimstat_ex::check_current_version(true); 
    2424        }// end setup 
    2525 
     
    104104                                        `id` int(11) unsigned NOT NULL auto_increment, 
    105105                                        `rs_string` varchar(255) NOT NULL default '', 
    106                                         `rs_md5  char(32) NOT NULL default '', 
     106                                        `rs_md5`         char(32) NOT NULL default '', 
    107107                                        `rs_title` varchar(255) NOT NULL default '', 
    108108                                        `rs_condition` varchar(40) NOT NULL default '',