Changeset 39498 for trunk/ippMonitor/raw/simplePlotcam.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/simplePlotcam.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/simplePlotcam.php
r34431 r39498 84 84 menu_end(); 85 85 } 86 if (! $qry->fetchInto($row)) {86 if (!dbFetchInto($qry, $row)) { 87 87 echo "<b>error reading camProcessedExp, camRun, chipRun, rawExp table count</b><br>\n"; 88 88 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 246 246 247 247 // list the results 248 while ( $qry->fetchInto($row)) {248 while (dbFetchInto($qry, $row)) { 249 249 switch ($row[2]) { 250 250 case 'g.00000':
Note:
See TracChangeset
for help on using the changeset viewer.
