Plugin Directory

Changeset 801568


Ignore:
Timestamp:
11/09/2013 01:59:32 PM (12 years ago)
Author:
shockware
Message:

Add integer default values to *Min/*Max options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-datepicker/trunk/datetimepicker.php

    r801563 r801568  
    2626            'touchonly' => true
    2727        ),
    28         'hourMin' => '',
    29         'hourMax' => '',
    30         'stepHour' => '',
    31         'minuteMin' => '',
    32         'minuteMax' => '',
    33         'stepMinute' => '',
    34         'secondMin' => '',
    35         'secondMax' => '',
    36         'stepSecond' => ''
     28        'hourMin' => 0,
     29        'hourMax' => 0,
     30        'stepHour' => 1,
     31        'minuteMin' => 0,
     32        'minuteMax' => 0,
     33        'stepMinute' => 1,
     34        'secondMin' => 0,
     35        'secondMax' => 0,
     36        'stepSecond' => 1
    3737    );
    3838
Note: See TracChangeset for help on using the changeset viewer.