From 73b794ed7438502e79993506e203a4839d53a999 Mon Sep 17 00:00:00 2001 From: plinytheelder Date: Tue, 2 Dec 2025 20:21:13 -0800 Subject: [PATCH] Remove Karp/Rats This hasn't done anything in years. Removed this locally ages ago and just realized it popped up again when I had to do the sql fix. --- pages/display/quick_pick.php | 107 ----------------------------------- 1 file changed, 107 deletions(-) diff --git a/pages/display/quick_pick.php b/pages/display/quick_pick.php index 1c5b76f..189e926 100644 --- a/pages/display/quick_pick.php +++ b/pages/display/quick_pick.php @@ -263,113 +263,6 @@ - - -
- -
- -
-
-
- -
- -
- - prepare($sql); - $stmt->bind_param("si", $_SESSION['id'], $_SESSION['profile']); - $stmt->execute(); - $result = $stmt->get_result(); - if ( $result->num_rows > 0 ) { $found = 1; $style = "background:#1cc88a; color:white;"; } else { $found = ""; $style = ""; } - - while ($row = $result->fetch_assoc()) { - $uid = $row['uid']; - } - $stmt->close(); - ?> - -
-
-
-
-
-
- - - - - - - - - - - - - - -
-
- - prepare($sql); - $stmt->bind_param("si", $_SESSION['id'], $_SESSION['profile']); - $stmt->execute(); - $result = $stmt->get_result(); - if ( $result->num_rows > 0 ) { $found = 1; $style = "background:#1cc88a; color:white;"; } else { $found = ""; $style = ""; } - - while ($row = $result->fetch_assoc()) { - $uid = $row['uid']; - } - $stmt->close(); - ?> - -
-
-
-
-
-
- - - - - - - - - - - - - - -
-
- -
- -
- -
-
-