]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed stupid typo.
authorterry%mozilla.org <>
Wed, 26 May 1999 00:59:39 +0000 (00:59 +0000)
committerterry%mozilla.org <>
Wed, 26 May 1999 00:59:39 +0000 (00:59 +0000)
makeprofilestable.sh

index 0dd5eaba0ed307703d2175fe65651f380a9f0ba0..42f6f350c420bf569f05f4c6b27a4974f1cc6986 100755 (executable)
@@ -34,7 +34,7 @@ password varchar(16),
 cryptpassword varchar(64),
 realname varchar(255),
 groupset bigint not null,
-emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges";
+emailnotification enum("ExcludeSelfChanges", "CConly", "All") not null default "ExcludeSelfChanges",
 index(login_name)
 );