mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +09:00
Issue 581: Can not login after r9685
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9702 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
15bc72057b
commit
9f24618740
3 changed files with 12 additions and 2 deletions
|
|
@ -68,8 +68,9 @@
|
|||
$argsString = '$args->session_key = 339321; $args->val = "yuhuu";';
|
||||
$expected = 'update `xe_session` as `session`
|
||||
set `member_srl` = 0, `val` = \'yuhuu\'
|
||||
, `ipaddress` = \''. $_SERVER['REMOTE_ADDR'] .'\'
|
||||
, `last_update` = ' . date("YmdHis") . '
|
||||
where `session_key` = \'339321\'';
|
||||
where `session_key` = \'339321\'';
|
||||
$this->_test($xml_file, $argsString, $expected);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue