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.php

    r32367 r39498  
    9999  menu_end();
    100100}
    101 if (!$qry->fetchInto($row)) {
     101if (!dbFetchInto($qry, $row)) {
    102102  echo "<b>error reading warpRun, fakeRun, camRun, chipRun, rawExp, warpSummary table count</b><br>\n";
    103103  echo "<br><small><b> count query : $sql </b></small><br>\n";
     
    295295
    296296// list the results
    297 while ($qry->fetchInto($row)) {
     297while (dbFetchInto($qry, $row)) {
    298298  // $link = "warpProcessedExp.php" . "?expID=" . $row[0] . "&" . $ID['link'];
    299299
Note: See TracChangeset for help on using the changeset viewer.