From 2e0c55156d09a889c6afd39b526a96508212de32 Mon Sep 17 00:00:00 2001 From: House of vanity Date: Fri, 20 Jul 2018 10:32:01 +1000 Subject: [PATCH] Update add.php fix a typo --- assets/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/add.php b/assets/add.php index e3292cf..38e0253 100644 --- a/assets/add.php +++ b/assets/add.php @@ -31,7 +31,7 @@ else{ $username = $_POST['telegram']; } -// check if the same user already reqested notify about the same this topic +// check if the same user already reqested notify about the same topic $stmt = $dbh->query( 'SELECT c.username, u.link FROM `contact` c LEFT JOIN `url` u ON u.id = c.topic_id