mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
issue 140 complete member admin view
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8926 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4c448b72ed
commit
86e670c613
19 changed files with 1313 additions and 899 deletions
|
|
@ -506,6 +506,9 @@
|
|||
// Execute insert or update depending on the value of member_srl
|
||||
$output = $this->insertMember($args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
// insert ProfileImage, ImageName, ImageMark
|
||||
debugPrint($all_args);
|
||||
// If a virtual site, join the site
|
||||
$site_module_info = Context::get('site_module_info');
|
||||
if($site_module_info->site_srl > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue