mirror of
https://github.com/house-of-vanity/tracker_watcher.git
synced 2025-07-07 09:54:08 +00:00
Update add.php
fix a typo
This commit is contained in:
@ -31,7 +31,7 @@ else{
|
|||||||
$username = $_POST['telegram'];
|
$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(
|
$stmt = $dbh->query(
|
||||||
'SELECT c.username, u.link FROM `contact` c
|
'SELECT c.username, u.link FROM `contact` c
|
||||||
LEFT JOIN `url` u ON u.id = c.topic_id
|
LEFT JOIN `url` u ON u.id = c.topic_id
|
||||||
|
Reference in New Issue
Block a user