IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2010, 11:06:08 AM (16 years ago)
Author:
Serge CHASTEL
Message:

Warp Processed Images Scripts

File:
1 edited

Legend:

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

    r28669 r28688  
    131131  $values = array();
    132132  while ($qry->fetchInto($row)) {
    133     # print "[".$row[0]."]<br>\n";
     133    // print "[".$row[0]."]<br>\n";
    134134    foreach ($row as $index => $value) {
    135135      if ($index == 0) {
     
    138138    }
    139139  }
    140   # print count($values)."<br>\n";
     140  // print count($values)."<br>\n";
    141141  asort($values);
    142   # print count($values)."<br>\n";
     142  // print count($values)."<br>\n";
    143143  foreach ($values as $index => $value) {
    144     #echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".$count." => ".$value."<br>";
    145     $line .= "<option value=\"$value\">$count => $value</option>\n";
     144    // echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".$count." => ".$value."<br>";
     145    // $line .= "<option value=\"$value\">$count => $value</option>\n";
     146    $line .= "<option value=\"$value\">$value</option>\n";
    146147    $count++;
    147148  }
Note: See TracChangeset for help on using the changeset viewer.