Take out another notice in backup.

This commit is contained in:
stronk7 2003-12-01 21:39:11 +00:00
parent 97a49e63ed
commit 78d4084cf1

View file

@ -88,7 +88,7 @@
$backupable_user->info .= "student"; $backupable_user->info .= "student";
} }
//Is needed user (exists in needed_users) //Is needed user (exists in needed_users)
if ($needed_users[$backupable_user->id]) { if (isset($needed_users[$backupable_user->id])) {
$backupable_user->info .= "needed"; $backupable_user->info .= "needed";
} }
//Now create the backup_id record //Now create the backup_id record