From 821009e0ad9c2e0197cba9d195289219a7a1bb6e Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 19 Oct 2017 07:27:26 +0000 Subject: [PATCH] Turns patron name into a link in transaction_log. --- transaction_log.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/transaction_log.php b/transaction_log.php index ff4b58a..5056977 100644 --- a/transaction_log.php +++ b/transaction_log.php @@ -680,7 +680,9 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) { if($result['anonymous']) { echo "Anonymous"; } else { - echo $row_Recordset1['full_name']; + echo '' . + $row_Recordset1['full_name'] . ""; } ?>