|
@@ -70,6 +70,9 @@ INSERT INTO settings_current (variable, subkey, type, category, selected_value,
|
|
|
INSERT INTO settings_options (variable, value, display_text) VALUES ('user_order_by','firstname','FirstName');
|
|
|
INSERT INTO settings_options (variable, value, display_text) VALUES ('user_order_by','lastname','LastName');
|
|
|
+INSERT INTO settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url_changeable) VALUES ('read_more_limit', NULL , 'textfield', 'Tools', '100', 'ReadMoreLimitTitle', 'ReadMoreLimitComment', NULL , NULL , '1');
|