Skip to content

Commit

Permalink
Update 4
Browse files Browse the repository at this point in the history
  • Loading branch information
therandomspoon committed Mar 17, 2024
1 parent 96b76ad commit 7acddbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion profiles/follow.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$searchTerm = isset($_GET['search']) ? $_GET['search'] : '';

// Assuming the column representing the following is named 'following'
$stmt = $pdo->prepare("UPDATE users SET following =
CASE
WHEN following LIKE CONCAT('%', ?, '%') THEN
Expand Down

0 comments on commit 7acddbf

Please sign in to comment.