From 67b554a08bbed216423b8d968c67ddfe8169df2a Mon Sep 17 00:00:00 2001 From: Bert Van de Poel Date: Sun, 19 May 2019 13:41:06 +0200 Subject: [PATCH] fix missing quotes around TABBY_REMIND_EVERYONE (threw unnoticed notice) --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 048a6cf..23049f3 100644 --- a/index.php +++ b/index.php @@ -261,7 +261,7 @@ $user = get_user_details(); if(isset($_POST['submit'])) { $finstate = get_all_debtor_financial_state(); - if($_POST['debtor'] == TABBY_REMIND_EVERYONE) { + if($_POST['debtor'] == 'TABBY_REMIND_EVERYONE') { $error = 'No one has any debt with you.'; if(strlen($_POST['comment']) > 3) { $comment = $_POST['comment'];