- Timestamp:
- 06/26/13 03:04:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16894 r16914 19 19 $limtex = count(explode(",",$SelectedMeasure)); 20 20 echo "<br />"; 21 for($i=0;$i<=$limtex -1;$i++)21 for($i=0;$i<=$limtex;$i++) 22 22 { 23 23 $select = explode(",",$SelectedSource);
Note:
See TracChangeset
for help on using the changeset viewer.