Issue 2556 r11601 query refining. to delete member's autologin_keys.

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

View file

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