Changeset 40093 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Jul 11, 2017, 3:43:11 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r39498 r40093 510 510 $where = $where . " $key like '$value'"; 511 511 } 512 if ($mode == 'value') { 513 // can we pass the '%' through the html? 514 $where = $where . " $key = '$value'"; 515 } 512 516 if ($mode == 'min') { 513 517 // can we pass the '%' through the html?
Note:
See TracChangeset
for help on using the changeset viewer.
