X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-config_mediadata.php;h=114934d3ff345070c622973c996a4d16292c4555;hb=5fed4d6d18f6458182276599d6cab6c9134ef4aa;hp=5a94024dd3be2ac6fefca8ad06eec2fbfbbe9383;hpb=7eb63ce64c46c426d54087f5c8e06210093c5492;p=mailer.git diff --git a/inc/modules/admin/what-config_mediadata.php b/inc/modules/admin/what-config_mediadata.php index 5a94024dd3..114934d3ff 100644 --- a/inc/modules/admin/what-config_mediadata.php +++ b/inc/modules/admin/what-config_mediadata.php @@ -78,9 +78,9 @@ if (isFormSent('save_config')) { } else { // Make start editable $content['mt_start'] = - addSelectionBox('day' , getDay()). - addSelectionBox('month', getMonth()). - addSelectionBox('year', -1) + addSelectionBox('da', getDay()). + addSelectionBox('mo', getMonth()). + addSelectionBox('ye', -1) ; }