Changeset 39498 for trunk/ippMonitor/raw/warpProcessedExp.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/warpProcessedExp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/warpProcessedExp.php
r32367 r39498 99 99 menu_end(); 100 100 } 101 if (! $qry->fetchInto($row)) {101 if (!dbFetchInto($qry, $row)) { 102 102 echo "<b>error reading warpRun, fakeRun, camRun, chipRun, rawExp, warpSummary table count</b><br>\n"; 103 103 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 295 295 296 296 // list the results 297 while ( $qry->fetchInto($row)) {297 while (dbFetchInto($qry, $row)) { 298 298 // $link = "warpProcessedExp.php" . "?expID=" . $row[0] . "&" . $ID['link']; 299 299
Note:
See TracChangeset
for help on using the changeset viewer.
