Changeset 18512 for trunk/FACT++/www/schedule/save.php
- Timestamp:
- 05/27/16 09:44:29 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/schedule/save.php
r18367 r18512 186 186 $d = date_parse($t); 187 187 $t = $d['hour']<12 ? $nextDay." ".$t : $day." ".$t; 188 189 if ($d==FALSE) 190 die("Could not parse time '".$t."' with date_parse"); 188 191 189 192 // Check all but the last task in a measurement whether
Note:
See TracChangeset
for help on using the changeset viewer.