Ignore:
Timestamp:
Mar 15, 2012, 12:18:01 PM (12 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisorcompatibility with PHP 5.4, jquery 1.7.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/include/save_info.php

    r10419 r13572  
    5454//================ Liste IP ==============
    5555$req = mysql_query('SELECT count(distinct(`IP`)) FROM '.HISTORY_TABLE.'    ');
    56 $nbip =  array_pop(mysql_fetch_row($req)) ;
     56$op=mysql_fetch_row($req);
     57$nbip =  array_pop($op) ;
    5758
    5859    $query = 'SELECT DISTINCT   H.`id`,
Note: See TracChangeset for help on using the changeset viewer.