Skip to content
Snippets Groups Projects
Commit 36ba7cef authored by rswindell's avatar rswindell
Browse files

Renamed "newuser_expiration_date" to "*_days" - more appropriate.

parent cddf6f77
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ static struct JSPropertySpec js_system_properties[] = {
{ "newuser_editor", SYS_PROP_NEW_XEDIT ,SYSOBJ_FLAGS, NULL, NULL },
{ "newuser_settings", SYS_PROP_NEW_MISC ,SYSOBJ_FLAGS, NULL, NULL },
{ "newuser_download_protocol",SYS_PROP_NEW_PROT ,SYSOBJ_FLAGS, NULL, NULL },
{ "newuser_expiration_date", SYS_PROP_NEW_EXPIRE ,SYSOBJ_FLAGS, NULL, NULL },
{ "newuser_expiration_days", SYS_PROP_NEW_EXPIRE ,SYSOBJ_FLAGS, NULL, NULL },
{ "newuser_questions", SYS_PROP_NEW_UQ ,SYSOBJ_FLAGS, NULL, NULL },
{ "expired_level", SYS_PROP_EXPIRED_LEVEL ,SYSOBJ_FLAGS, NULL, NULL },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment