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:
devjin 2011-08-29 07:27:23 +00:00
parent 4c448b72ed
commit 86e670c613
19 changed files with 1313 additions and 899 deletions

View file

@ -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) {