MDL-14617 removed unused code

This commit is contained in:
skodak
2008-05-01 22:23:27 +00:00
parent 4b3b52edd8
commit a140234015
-4
View File
@@ -240,10 +240,6 @@ function isguest($userid=0) {
return has_capability('moodle/legacy:guest', $context, $userid, false);
}
function get_user_info_from_db($field, $value) { // For backward compatibility
return get_complete_user_data($field, $value);
}
/**
* Get the guest user information from the database