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

    r31102 r39498  
    7575  menu_end();
    7676}
    77 if (!$qry->fetchInto($row)) {
     77if (!dbFetchInto($qry, $row)) {
    7878  echo "<b>error reading rawExp table count</b><br>\n";
    7979  echo "<br><small><b> count query : $sql </b></small><br>\n";
     
    218218
    219219// list the results
    220 while ($qry->fetchInto($row)) {
     220while (dbFetchInto($qry, $row)) {
    221221  switch ($row[2]) {
    222222   case 'g.00000':
Note: See TracChangeset for help on using the changeset viewer.