Changeset 56 for branches/old/custom/convert_data.php
- Timestamp:
- Feb 21, 2015, 12:17:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old/custom/convert_data.php
r6 r56 3 3 include('../global.php'); 4 4 5 $Database->select_db('measure');6 5 $Result = $Database->select('measure', '*', 'DataTable != "data"'); 7 6 while($Measure = $Result->fetch_array()) … … 34 33 } 35 34 } 36 37 ?>
Note:
See TracChangeset
for help on using the changeset viewer.