mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-21 21:02:02 +01:00
"fixed typo, used german \"Mai\" instead of english \"May\""
This commit is contained in:
parent
8c71320f44
commit
e41602efa2
@ -164,7 +164,7 @@
|
||||
}
|
||||
if ($value['m'] && strchr($this->dateformat,'M') !== false)
|
||||
{
|
||||
static $month = array('','January','February','March','April','Mai','June','July','August','September','October','November','December');
|
||||
static $month = array('','January','February','March','April','May','June','July','August','September','October','November','December');
|
||||
static $substr;
|
||||
if (is_null($substr)) $substr = function_exists('mb_substr') ? 'mb_substr' : 'substr';
|
||||
static $chars_shortcut;
|
||||
|
Loading…
Reference in New Issue
Block a user