From: stronk7 Date: Mon, 1 Dec 2003 21:39:11 +0000 (+0000) Subject: Take out another notice in backup. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78d4084cf1549fda9be5002d3b07956b7c452e7b;p=moodle.git Take out another notice in backup. --- diff --git a/backup/backuplib.php b/backup/backuplib.php index 33968ff926..1cd3f48940 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -88,7 +88,7 @@ $backupable_user->info .= "student"; } //Is needed user (exists in needed_users) - if ($needed_users[$backupable_user->id]) { + if (isset($needed_users[$backupable_user->id])) { $backupable_user->info .= "needed"; } //Now create the backup_id record