Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
7d9e7fd3
Commit
7d9e7fd3
authored
Jun 09, 2010
by
Richard Mansfield
Browse files
Add missing grouptype description on copy view group info popup
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
1edb9aad
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/group/groupinfo.json.php
View file @
7d9e7fd3
...
...
@@ -41,6 +41,8 @@ $group->admins = get_column_sql("SELECT member
$filecounts
=
ArtefactTypeFileBase
::
count_user_files
(
null
,
$group
->
id
,
null
);
$group
->
grouptypedescription
=
get_string
(
'grouptypedescription'
,
'group'
,
get_string
(
'name'
,
'grouptype.'
.
$group
->
grouptype
),
get_string
(
'membershiptype.'
.
$group
->
jointype
,
'group'
));
$smarty
=
smarty_core
();
$smarty
->
assign
(
'group'
,
$group
);
$smarty
->
assign
(
'membercount'
,
count_records
(
'group_member'
,
'group'
,
$group
->
id
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment