From 64eabd527666a70b66f28bfb55c831c70e85f8a1 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Tue, 25 Jun 2013 22:51:30 +0200 Subject: bug 1176: Ensure that the notary table to show was given before determining which one --- pages/account/43.php | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'pages/account') diff --git a/pages/account/43.php b/pages/account/43.php index 8e6dc13..ca11f03 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -888,17 +888,19 @@ function showassuredby()

+if(isset($_GET['shownotary'])) { + switch($_GET['shownotary']) { + case 'assuredto': + showassuredto(); + break; + case 'assuredby': + showassuredby(); + break; + case 'assuredto15': + output_received_assurances(intval($_GET['userid']),1); + break; + case 'assuredby15': + output_given_assurances(intval($_GET['userid']),1); + break; + } +} -- cgit v1.2.1