From 07891c06fac608d47c72b0faf774beb8bcbda550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Fri, 11 Apr 2014 16:38:41 +0200 Subject: bug 1138: Correct spelling / meaning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/43.php | 2 +- pages/account/55.php | 12 ++++++------ pages/account/57.php | 2 +- pages/account/58.php | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'pages') diff --git a/pages/account/43.php b/pages/account/43.php index f5d2098..9b52838 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -114,7 +114,7 @@ if(intval($_REQUEST['userid']) > 0) { $userid = intval($_REQUEST['userid']); $res =get_user_data($userid); if(mysql_num_rows($res) <= 0) { - echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are a foot!"); + echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are afoot!"); } else { $row = mysql_fetch_assoc($res); $query = "select sum(`points`) as `points` from `notary` where `to`='".intval($row['id'])."' and `deleted` = 0"; diff --git a/pages/account/55.php b/pages/account/55.php index ec401a0..38e9fb7 100644 --- a/pages/account/55.php +++ b/pages/account/55.php @@ -23,7 +23,7 @@ - + https://cats.cacert.org/'?> @@ -34,7 +34,7 @@ $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { - echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are a foot!"); + echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are afoot!"); } else { $row = mysql_fetch_assoc($res); } @@ -60,9 +60,9 @@ " FROM `cats_passed` AS CP, `cats_variant` AS CV, `cats_type` AS CT ". " WHERE `CP`.`variant_id`=`CV`.`id` AND `CV`.`type_id`=`CT`.`id` AND `CP`.`user_id` ='".(int)$user_id."'". " ORDER BY `CP`.`pass_date`"; - + $res = mysql_query($query); - + $HaveTest=0; while($row = mysql_fetch_array($res, MYSQL_NUM)) { @@ -75,12 +75,12 @@ -
- + 0) { ?> diff --git a/pages/account/57.php b/pages/account/57.php index 56afd53..c6a490f 100644 --- a/pages/account/57.php +++ b/pages/account/57.php @@ -28,7 +28,7 @@ $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { - echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are a foot!"); + echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are afoot!"); } else { $row = mysql_fetch_assoc($res); ?> diff --git a/pages/account/58.php b/pages/account/58.php index 1f6b1a0..af26b70 100644 --- a/pages/account/58.php +++ b/pages/account/58.php @@ -23,7 +23,7 @@ if ($_SESSION['profile']['admin'] != 1 || !array_key_exists('userid',$_REQUEST) $query = "select `users`.`fname`, `users`.`mname`, `users`.`lname` from `users` where `id`='$user_id' and `users`.`deleted`=0"; $res = mysql_query($query); if(mysql_num_rows($res) != 1){ - echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are a foot!"); + echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are afoot!"); } else { if ($row = mysql_fetch_assoc($res)){ $username=sanitizeHTML($row['fname']).' '.sanitizeHTML($row['mname']).' '.sanitizeHTML($row['lname']); @@ -54,7 +54,7 @@ if ($_SESSION['profile']['admin'] != 1 || !array_key_exists('userid',$_REQUEST) } ?>