From: Eloy Lafuente Date: Thu, 17 Dec 2009 14:41:15 +0000 (+0000) Subject: NOBUG minor typo in phpdocs ; merged from 19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8ef5f17dc33de3216047330601f0a28cfac354b8;p=moodle.git NOBUG minor typo in phpdocs ; merged from 19_STABLE --- diff --git a/backup/restorelib.php b/backup/restorelib.php index 2f29bb9b8b..4c7cbb30bc 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -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()