Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Search
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 9
and
Version 10
of
AdminTips
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2012-09-12T18:14:41Z (
12 years
ago)
Author:
Pan Luo
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
AdminTips
v9
v10
78
78
}}}
79
79
80
==== Export Groups ====
81
{{{
82
#!sql
83
SELECT group_name, username FROM `groups` as g JOIN groups_members as m on g.id = m.group_id JOIN users as u on u.id = m.user_id WHERE `course_id` = COURSE_ID
84
}}}
85
80
86
== Statistics ==
81
87
New course