Delete query check code from r11602

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11603 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2012-10-07 14:14:00 +00:00
parent b85a72ef3a
commit b1d9014963

View file

@ -2072,8 +2072,6 @@
$args->member_srl = $memberSrl;
$args->autologin_key = $_COOKIE['xeak'];
$output = executeQuery('member.deleteAutologin', $args);
print_r($output);
exit;
}
}