Skip to content

Commit

Permalink
bulk user editing MDL-24029 Fixed missing CFG global
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 1, 2010
1 parent 9db3098 commit 39bc8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/user/lib.php
Expand Up @@ -22,7 +22,7 @@ function add_selection_all($ufiltering) {
}

function get_selection_data($ufiltering) {
global $SESSION, $DB;
global $SESSION, $DB, $CFG;

// get the SQL filter
list($sqlwhere, $params) = $ufiltering->get_sql_filter("id<>:exguest AND deleted <> 1", array('exguest'=>$CFG->siteguest));
Expand Down

0 comments on commit 39bc8cd

Please sign in to comment.