]> git.mjollnir.org Git - moodle.git/commitdiff
NOBUG minor typo in phpdocs ; merged from 19_STABLE
authorEloy Lafuente <stronk7@moodle.org>
Thu, 17 Dec 2009 14:41:15 +0000 (14:41 +0000)
committerEloy Lafuente <stronk7@moodle.org>
Thu, 17 Dec 2009 14:41:15 +0000 (14:41 +0000)
backup/restorelib.php

index 2f29bb9b8b791bca0d1e385e5fc2fbd72539d707..4c7cbb30bc60f23a18c1579f1149e4513dbf3083 100644 (file)
@@ -723,7 +723,7 @@ define('RESTORE_GROUPS_GROUPINGS', 3);
     *           If match mnethost and user is deleted in backup file
     *           and by email = email_without_time(backup_email) and non-zero firstaccess=> ok, return target user
     *      2D - Conflict: If match by username and mnethost and not by (email or non-zero firstaccess) => conflict, return false
-    *      1E - None of the above, return true => User needs to be created
+    *      2E - None of the above, return true => User needs to be created
     *
     * Note: for DB deleted users email is stored in username field, hence we
     *       are looking there for emails. See delete_user()