Changeset 801559
- Timestamp:
- 11/09/2013 01:52:47 PM (12 years ago)
- Location:
- contact-form-7-datepicker/trunk/modules
- Files:
-
- 2 edited
-
datetime.php (modified) (1 diff)
-
time.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-datepicker/trunk/modules/datetime.php
r763278 r801559 81 81 foreach (array('minute', 'hour', 'second') as $s) { 82 82 foreach (array('min', 'max') as $m) { 83 $dpOptions[$ m. ucfirst($m)] = $tag->get_option("$m-$s", '', true);83 $dpOptions[$s . ucfirst($m)] = $tag->get_option("$m-$s", '', true); 84 84 } 85 85 -
contact-form-7-datepicker/trunk/modules/time.php
r763278 r801559 76 76 foreach (array('minute', 'hour', 'second') as $s) { 77 77 foreach (array('min', 'max') as $m) { 78 $dpOptions[$ m. ucfirst($m)] = $tag->get_option("$m-$s", '', true);78 $dpOptions[$s . ucfirst($m)] = $tag->get_option("$m-$s", '', true); 79 79 } 80 80
Note: See TracChangeset
for help on using the changeset viewer.