New user field called "emailstop" ... to stop emails.

I had to do it ... this is driving me nuts with some people
on moodle.org
This commit is contained in:
moodler
2004-02-20 09:02:27 +00:00
parent 017b4cab3e
commit 8199e3f09a
7 changed files with 15 additions and 1 deletions
+4
View File
@@ -444,6 +444,10 @@ function main_upgrade($oldversion=0) {
}
}
if ($oldversion < 2004022000) {
table_column("user", "", "emailstop", "integer", "1", "unsigned", "0", "not null", "email");
}
return $result;
}