IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 8:47:34 PM (20 years ago)
Author:
eugene
Message:

updates to cleanup table layouts and links

File:
1 edited

Legend:

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

    r9080 r9347  
    234234  if ($_SERVER[REQUEST_METHOD] == 'GET') {
    235235    $value = $_GET[$htmlkey];
    236     // echo "using GET<br>\n";
     236    // echo "using GET: $value<br>\n";
    237237  } else {
    238238    $value = $_POST[$htmlkey];
    239     // echo "using POST<br>\n";
     239    // echo "using POST: $value<br>\n";
    240240  }
    241241  // echo "value: $value<br>\n";
    242   if ($value) {
     242  if ($value != "") {
    243243    if ($where) {
    244244      $where = $where . " AND $key = '$value'";
Note: See TracChangeset for help on using the changeset viewer.