Skip to content

Commit

Permalink
Merge pull request #7 from aerograf/master
Browse files Browse the repository at this point in the history
Correcting the date format
  • Loading branch information
mambax7 authored Sep 23, 2017
2 parents f472f3f + fb8a0aa commit 2bafa4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,15 +535,15 @@
'description' => '_MI_WFL_DATEFORMATDSC',
'formtype' => 'textbox',
'valuetype' => 'text',
'default' => 'D, d-M-Y',
'default' => 'd-M-Y',
];
$modversion['config'][] = [
'name' => 'dateformatadmin',
'title' => '_MI_WFL_DATEFORMATADMIN',
'description' => '_MI_WFL_DATEFORMATADMINDSC',
'formtype' => 'textbox',
'valuetype' => 'text',
'default' => 'D, d-M-Y - G:i',
'default' => 'd-M-Y - G:i',
];
$modversion['config'][] = [
'name' => 'totalchars',
Expand Down

0 comments on commit 2bafa4a

Please sign in to comment.