Changeset 30586 for branches/czw_branch/20101203/ippMonitor/raw/ipp.php
- Timestamp:
- Feb 11, 2011, 4:29:48 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ippMonitor/raw/ipp.php
r28688 r30586 390 390 if ($sortKey == "") { 391 391 if ($_SERVER[REQUEST_METHOD] == 'GET') { 392 $sort Key= $_GET['rsort'];392 $sortVal = $_GET['rsort']; 393 393 } else { 394 $sort Key= $_POST['rsort'];394 $sortVal = $_POST['rsort']; 395 395 } 396 396 if ($sortVal != "") { … … 529 529 $value = $_POST[$htmlkey]; 530 530 } 531 # a search restriction may include an SQL wild-card. we have to mangle these so that the http 532 # does not get converted to a special character 533 $value = preg_replace ('|%|', '%25', $value); 531 534 if ($value != "") { 532 535 if ($line) {
Note:
See TracChangeset
for help on using the changeset viewer.
