Changeset 39498 for trunk/ippMonitor/raw/warpProcessedExp_Images.php
- Timestamp:
- Mar 31, 2016, 6:26:07 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/warpProcessedExp_Images.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/warpProcessedExp_Images.php
r32366 r39498 91 91 menu_end(); 92 92 } 93 if (! $qry->fetchInto($row)) {93 if (!dbFetchInto($qry, $row)) { 94 94 echo "<b>error reading warpRun, fakeRun, camRun, chipRun, rawExp, warpSummary table count</b><br>\n"; 95 95 echo "<br><small><b> count query : $sql </b></small><br>\n"; … … 307 307 308 308 // list the results 309 while ( $qry->fetchInto($row)) {309 while (dbFetchInto($qry, $row)) { 310 310 // $link = "warpProcessedExp_Images.php" . "?expID=" . $row[0] . "&" . $ID['link']; 311 311
Note:
See TracChangeset
for help on using the changeset viewer.
