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
15f39474
Commit
15f39474
authored
Feb 04, 2010
by
Richard Mansfield
Browse files
Remove testing code
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
e1b17bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/registration.php
View file @
15f39474
...
...
@@ -391,18 +391,6 @@ function group_stats_table($limit, $offset) {
return
$result
;
}
$groupdata
=
get_records_sql_array
(
"SELECT
g.id, g.name, COUNT(gm.member) AS members
FROM
{
group
}
g
LEFT JOIN
{
group_member
}
gm ON g.id = gm.group
WHERE
g.deleted = 0
GROUP BY g.id, g.name
ORDER BY members desc"
,
array
()
);
$groupdata
=
get_records_sql_array
(
"SELECT
g.id, g.name, mc.members, vc.views, fc.forums, pc.posts
...
...
Write
Preview
Markdown
is supported
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