You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param int Status (1 for course tutor, 5 for student, 6 for anonymous)
@@ -55,10 +54,9 @@ private function __construct () {
55
54
* @param array Extra fields
56
55
* @param string Encrypt method used if password is given encrypted. Set to an empty string by default
57
56
* @return mixed new user id - if the new user creation succeeds, false otherwise
58
-
*
59
-
* @desc The function tries to retrieve $_user['user_id'] from the global space.
60
-
* if it exists, $_user['user_id'] is the creator id. If a problem arises,
61
-
* it stores the error message in global $api_failureList
57
+
* @desc The function tries to retrieve $_user['user_id'] from the global space. If it exists, $_user['user_id'] is the creator id. If a problem arises, it stores the error message in global $api_failureList
0 commit comments