]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_mediadata.php
Fixed calls of addSelectionBox()
[mailer.git] / inc / modules / admin / what-config_mediadata.php
index 5a94024dd3be2ac6fefca8ad06eec2fbfbbe9383..114934d3ff345070c622973c996a4d16292c4555 100644 (file)
@@ -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)
                ;
        }