[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-240-gd9f862a

The branch, master has been updated via d9f862a8c115811062f71d818c7d98e027c4f2c4 (commit) from a56b1da3f469b285dea489d1b00f71a49dca46a1 (commit) - Log ----------------------------------------------------------------- commit d9f862a8c115811062f71d818c7d98e027c4f2c4 Author: Marc Delisle <marc@infomarc.info> Date: Thu Jan 13 16:29:14 2011 -0500 Clarify datepicker parameter ----------------------------------------------------------------------- Summary of changes: tbl_change.php | 2 +- tbl_select.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tbl_change.php b/tbl_change.php index 041f4e9..3256966 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -986,7 +986,7 @@ $(function() { stepMinutes: 1, stepHours: 1, <?php echo ($field['pma_type'] == 'date' ? "showTime: false,":"showTime: true,"); ?> - dateFormat: 'yy-mm-dd', + dateFormat: 'yy-mm-dd', // yy means year with four digits altTimeField: '', constrainInput: false }); diff --git a/tbl_select.php b/tbl_select.php index 7c65692..dacf59c 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -219,7 +219,7 @@ $(function() { stepMinutes: 1, stepHours: 1, <?php echo ($type == 'date' ? "showTime: false,":"showTime: true,"); ?> - dateFormat: 'yy-mm-dd', + dateFormat: 'yy-mm-dd', // yy means year with four digits altTimeField: '', constrainInput: false }); hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle