fixing the fix: -2 has nothing to do with the default group, it is the id for the default prefs

This commit is contained in:
Ralf Becker 2006-06-10 16:00:26 +00:00
parent c3bbdcbe57
commit dc7c3c2be1

View File

@ -186,7 +186,7 @@
}
}
}
insert_default_prefs($defaultgroupid); // set some default prefs
insert_default_prefs(-2); // -2 = default prefs
/* Creation of the demo accounts is optional - the checkbox is on by default. */
if(get_var('create_demo',Array('POST')))