From 323e617e2ca22b3ca985844d81f088f52d9824e6 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 19 Nov 2013 22:56:28 +0100 Subject: bug 1221: Whitespace --- pages/account/55.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pages/account/55.php') diff --git a/pages/account/55.php b/pages/account/55.php index 402b7a8..0358504 100644 --- a/pages/account/55.php +++ b/pages/account/55.php @@ -23,7 +23,7 @@ - + https://cats.cacert.org/'?> @@ -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) { ?> -- cgit v1.2.1