mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
add member info/signup skin
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9080 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
43f4cde8e7
commit
2d8a72a00f
8 changed files with 162 additions and 476 deletions
|
|
@ -19,7 +19,7 @@
|
|||
function procMemberAdminInsert() {
|
||||
// if(Context::getRequestMethod() == "GET") return new Object(-1, "msg_invalid_request");
|
||||
// Extract the necessary information in advance
|
||||
$args = Context::gets('member_srl','email_address','allow_mailing','allow_message','denied','is_admin','description','group_srl_list','limit_date');
|
||||
$args = Context::gets('member_srl','email_address','find_account_answer', 'allow_mailing','allow_message','denied','is_admin','description','group_srl_list','limit_date');
|
||||
$oMemberModel = &getModel ('member');
|
||||
$config = $oMemberModel->getMemberConfig ();
|
||||
$getVars = array();
|
||||
|
|
@ -623,7 +623,7 @@
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Insert a group
|
||||
* @brief find_account_answerInsert a group
|
||||
**/
|
||||
function insertGroup($args) {
|
||||
if(!$args->site_srl) $args->site_srl = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue