From 60d9c34c385d47463ce0dc729f8a5e9857752b58 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Tue, 9 Jul 2013 23:50:43 +0200 Subject: [PATCH] bug 663: changed if statement and corrected typo --- pages/account/13.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/account/13.php b/pages/account/13.php index 0abfd94d..1c1cfc65 100644 --- a/pages/account/13.php +++ b/pages/account/13.php @@ -24,7 +24,7 @@ $month = intval(substr($user['dob'], 5, 2)); $day = intval(substr($user['dob'], 8, 2)); $showdetails = array_key_exists('showdetails', $_REQUEST) && !!intval($_REQUEST['showdetails']); - if($showdetails == 1){ + if($showdetails){ $body = sprintf(_("Hi %s,"),$user['fname'])."\n\n"; $body .= _("You receive this automatic mail since you yourself or someone ". "else looked up your secret questions and answers for a forgotten ". @@ -125,7 +125,7 @@ - +
() @@ -160,7 +160,7 @@ - < ?} ?> + "> -- 2.11.0