diff options
Diffstat (limited to 'www/gpg.php')
-rw-r--r-- | www/gpg.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/gpg.php b/www/gpg.php index b7c9989..c69689a 100644 --- a/www/gpg.php +++ b/www/gpg.php @@ -248,15 +248,15 @@ function verifyEmail($email) $resulttable.="</tr>\n"; if($emailok) $multiple++; - - if(trim($_REQUEST['description']) == ""){ - $description= trim(mysql_real_escape_string(stripslashes($_REQUEST['description']))); - }else{ - $description= ""; - } } $resulttable.="</table>"; + //set variable for comment + if(trim($_REQUEST['description']) == ""){ + $description= trim(mysql_real_escape_string(stripslashes($_REQUEST['description']))); + }else{ + $description= ""; + } if($nok==0) { |