Ignore:
Timestamp:
May 2, 2012, 10:24:28 PM (12 years ago)
Author:
rvelices
Message:

feature 2601: Allow searching by ip in admin history
also remove php warnings when tags zere deleted after visits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_history.inc.php

    r12922 r14688  
    138138    }
    139139  }
     140
     141  if (isset($search['fields']['ip']))
     142  {
     143    $clauses[] = 'IP LIKE "'.$search['fields']['ip'].'"';
     144  }
    140145 
    141146  $clauses = prepend_append_array_items($clauses, '(', ')');
Note: See TracChangeset for help on using the changeset viewer.