From 64f201c6044487bcd6ddd19a7aacdbcc2cc8bf87 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 8 Aug 2018 12:19:26 -1000 Subject: [PATCH] added warning caption about deletions their precedence over edits --- includes/titleranks-editor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/titleranks-editor.php b/includes/titleranks-editor.php index 9dbb0c3..8533fb5 100644 --- a/includes/titleranks-editor.php +++ b/includes/titleranks-editor.php @@ -7,7 +7,8 @@ mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT); # delete the above when shit finally works if (isset($_POST['editstitle'])) { - echo '
'; + echo '
stnameidtitlenameidstnamestpointsstrankDelete?
'; + echo ''; $ph = implode(",", $_POST['editstitle']); $sredit = $con->prepare("SELECT * FROM gwsubtitles WHERE titlenameid = ? AND stnameid IN ($ph)"); $sredit->bind_param("i", $_SESSION['tid']);
Deleting takes precedence over edits - edits will have to be remade after submission
stnameidtitlenameidstnamestpointsstrankDelete?