From: Chad Horohoe Date: Wed, 18 Mar 2009 21:32:58 +0000 (+0000) Subject: Documenting this, because it makes no sense. X-Git-Tag: 1.31.0-rc.0~42448 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=8f25eccecbce818ab7358378fd17a1732653b3c7;p=lhc%2Fweb%2Fwiklou.git Documenting this, because it makes no sense. --- diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php index f5bb76ef1f..e57793f577 100644 --- a/includes/parser/CoreParserFunctions.php +++ b/includes/parser/CoreParserFunctions.php @@ -96,6 +96,8 @@ class CoreParserFunctions { $pref = $parser->mOptions->getDateFormat(); + // Specify a different default date format other than the the normal default + // iff the user has 'default' for their setting if ($pref == 'default' && $defaultPref) $pref = $defaultPref;