From 8bfc6bd266b4e849987040b3db63e7b80d8c47d5 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Tue, 7 May 2013 23:40:55 +0200 Subject: bug 782: fixed missing "_" --- includes/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/account.php b/includes/account.php index d54fbd9..7de3546 100644 --- a/includes/account.php +++ b/includes/account.php @@ -1146,7 +1146,7 @@ } if(substr($id,0,14)=="check_comment_") { - if (!empty($_REQUEST['check_comment'.$id])) { + if (!empty($_REQUEST['check_comment_'.$id])) { $id = intval(substr($id,14)); $comment=trim(mysql_real_escape_string(stripslashes($_REQUEST['comment_'.$id]))); mysql_query("update `emailcerts` set `description`='$comment' where `id`='$id' and `memid`='".$_SESSION['profile']['id']."'"); -- cgit v1.2.1