IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2016, 6:26:07 AM (10 years ago)
Author:
eugene
Message:

fix MDB2 DBI methods; avoid php warnings by putting quotes around hash arguments; check for hash element existence before using; simplify code with get_htmlkey_value function

File:
1 edited

Legend:

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

    r32366 r39498  
    9191  menu_end();
    9292}
    93 if (!$qry->fetchInto($row)) {
     93if (!dbFetchInto($qry, $row)) {
    9494  echo "<b>error reading warpRun, fakeRun, camRun, chipRun, rawExp, warpSummary table count</b><br>\n";
    9595  echo "<br><small><b> count query : $sql </b></small><br>\n";
     
    307307
    308308// list the results
    309 while ($qry->fetchInto($row)) {
     309while (dbFetchInto($qry, $row)) {
    310310  // $link = "warpProcessedExp_Images.php" . "?expID=" . $row[0] . "&" . $ID['link'];
    311311
Note: See TracChangeset for help on using the changeset viewer.