Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mambax7/wflinks
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Sep 25, 2017
2 parents c7739b5 + 2bafa4a commit eb74ebc
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 eb74ebc

Please sign in to comment.