mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Remove trailing whitespace
This commit is contained in:
parent
c5267b42fd
commit
37b0d3a1e6
71 changed files with 806 additions and 806 deletions
|
|
@ -47,11 +47,11 @@ class pointAdminView extends point
|
|||
}
|
||||
}
|
||||
Context::set('group_list', $selected_group_list);
|
||||
|
||||
|
||||
// Get max level allowed by system
|
||||
$system_max_level = min(1000, ini_get('max_input_vars') - 100);
|
||||
Context::set('system_max_level', $system_max_level);
|
||||
|
||||
|
||||
//Security
|
||||
$security = new Security();
|
||||
$security->encodeHTML('group_list..title','group_list..description');
|
||||
|
|
@ -116,7 +116,7 @@ class pointAdminView extends point
|
|||
|
||||
$columnList = array('member.member_srl', 'member.user_id', 'member.email_address', 'member.nick_name', 'point.point');
|
||||
$output = $oPointModel->getMemberList($args, $columnList);
|
||||
// context::set for writing into a template
|
||||
// context::set for writing into a template
|
||||
Context::set('total_count', $output->total_count);
|
||||
Context::set('total_page', $output->total_page);
|
||||
Context::set('page', $output->page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue