IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 11, 2017, 3:43:11 PM (9 years ago)
Author:
eugene
Message:

new check_restrict mode "value" for int values to be tested as an = not a like

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.php

    r39498 r40093  
    510510    $where = $where . " $key like '$value'";
    511511  }
     512  if ($mode == 'value') {
     513    // can we pass the '%' through the html?
     514    $where = $where . " $key = '$value'";
     515  }
    512516  if ($mode == 'min') {
    513517    // can we pass the '%' through the html?
Note: See TracChangeset for help on using the changeset viewer.