mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Remove debugPrint
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9364 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c1964e502b
commit
27e5baf6f2
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
* @brief Log-in by checking user_id and password
|
* @brief Log-in by checking user_id and password
|
||||||
**/
|
**/
|
||||||
function procMemberLogin($user_id = null, $password = null, $keep_signed = null) {
|
function procMemberLogin($user_id = null, $password = null, $keep_signed = null) {
|
||||||
debugPrint('로그인합니당');
|
|
||||||
// Variables
|
// Variables
|
||||||
if(!$user_id) $user_id = Context::get('user_id');
|
if(!$user_id) $user_id = Context::get('user_id');
|
||||||
$user_id = trim($user_id);
|
$user_id = trim($user_id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue