Plugin Directory

Changeset 575688


Ignore:
Timestamp:
07/22/2012 11:29:50 AM (14 years ago)
Author:
Marko-M
Message:

Update readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quick-flag/trunk/readme.txt

    r575687 r575688  
    6868`global $quick_flag;
    6969if(isset($quick_flag) && is_object($quick_flag)){
    70     if(($info = $quick_flag->get_info($ip)) != false){
     70    if(($info = $quick_flag->get_info('123.123.123.123')) != false){
    7171        $version = $info->version;      // Quick Flag version (float): 2.00
    7272        $ip = $info->ip;                // IP address (string): 123.123.123.123
     
    104104= 1.14 (07.07.2012.) =
    105105*   Database updated to 03.07.2012. version
    106 
     106123.123.123.123
    107107= 1.13 (23.04.2012.) =
    108108*   Database updated to 17.04.2012. version
Note: See TracChangeset for help on using the changeset viewer.