Changeset 40093
- Timestamp:
- Jul 11, 2017, 3:43:11 PM (9 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 edited
-
raw/ipp.php (modified) (1 diff)
-
scripts/generate (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? -
trunk/ippMonitor/scripts/generate
r34014 r40093 342 342 next; 343 343 } 344 print FILE "\$WHERE = check_restrict ('$value', \$WHERE, ' string', 1.0);\n";344 print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'value', 1.0);\n"; 345 345 print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'min', 1.0);\n"; 346 346 print FILE "\$WHERE = check_restrict ('$value', \$WHERE, 'max', 1.0);\n";
Note:
See TracChangeset
for help on using the changeset viewer.
