Skip to content

Commit

Permalink
stripping trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Mar 29, 2012
1 parent f519699 commit 141c535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions www/sites/main/activatemail.php
Expand Up @@ -7,17 +7,17 @@
}

if($UUID)
{
{
$found = array();
$found[0] = json_encode(array('Method' => 'SaveEmail', 'WebPassword' => md5(WEBUI_PASSWORD)
, 'UUID' => cleanQuery($UUID)
, 'Email' => cleanQuery($EMAIL)));
$do_post_requested = do_post_request($found);
$recieved = json_decode($do_post_requested);
if ($recieved->{'Verified'} == 1)

if ($recieved->{'Verified'} == 1)
{
$WERROR="Thank you, your email address was changed";
$WERROR="Thank you, your email address was changed";
$DbLink->query("DELETE FROM ".C_CODES_TBL." WHERE code='".cleanQuery($_GET[code])."' and info='emailconfirm'");
}
}
Expand Down

0 comments on commit 141c535

Please sign in to comment.