MDL-7835 - add emailstop to user upload

This commit is contained in:
poltawski
2007-07-22 21:56:04 +00:00
parent 42ff9ce68b
commit 47f6428969
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -120,7 +120,8 @@ if ( $formdata = $mform->get_data() ) {
"role4" => 1,
"role5" => 1,
"password" => $createpassword,
"oldusername" => $allowrenames);
"oldusername" => $allowrenames,
"emailstop" => 1);
// --- get header (field names) ---
$header = split($csv_delimiter, fgets($fp,1024));