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
bb669fee
Commit
bb669fee
authored
Jan 10, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Jan 10, 2008
Browse files
removed errant )
parent
880f8273
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/group.php
View file @
bb669fee
...
...
@@ -121,7 +121,7 @@ function get_invited_groups($userid=0) {
return
get_records_sql_array
(
'SELECT g.*, gmi.ctime, gmi.reason
FROM {group} g
JOIN {group_member_invite} gmi ON gmi.group = g.id
WHERE gmi.member = ?
)
'
,
array
(
$userid
));
WHERE gmi.member = ?'
,
array
(
$userid
));
}
/**
...
...
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