From: Stéphane Jacob Date: Sun, 28 Nov 2010 11:23:50 +0000 (+0100) Subject: Alignment. X-Git-Tag: xorg/1.0.2~123 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4fc3b1132d792895401ea526ad47f549ceb39f5d;p=platal.git Alignment. Signed-off-by: Stéphane Jacob --- 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];