From 4fc3b1132d792895401ea526ad47f549ceb39f5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 28 Nov 2010 12:23:50 +0100 Subject: [PATCH] Alignment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/profile/page.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile/page.inc.php b/modules/profile/page.inc.php index ec70a0e..651bb38 100644 --- a/modules/profile/page.inc.php +++ b/modules/profile/page.inc.php @@ -194,7 +194,7 @@ class ProfileSettingDate extends ProfileNoSave $success = preg_match('@(\d{2})/(\d{2})/(\d{4})@', $value, $matches); if (!$success) { Platal::page()->trigError("Les dates doivent être au format jj/mm/aaaa"); - } else { + } else { $day = (int)$matches[1]; $month = (int)$matches[2]; $year = (int)$matches[3]; -- 2.1.4