Fix field type in previous commits - refs #7794

1.10.x
Yannick Warnier 9 years ago
parent 36fa5af944
commit 605ab41db2
  1. 2
      app/Migrations/Schema/V110/Version20150813143000.php
  2. 2
      main/install/data.sql

@ -91,7 +91,7 @@ class Version20150813143000 extends AbstractMigrationChamilo
$this->addSettingCurrent(
'user_reset_password_token_limit',
null,
'text',
'textfield',
'Security',
'3600',
'ResetPasswordTokenLimitTitle',

@ -1724,7 +1724,7 @@ VALUES
('gradebook_detailed_admin_view', NULL, 'radio', 'Gradebook', 'false', 'ShowAdditionalColumnsInStudentResultsPageTitle', 'ShowAdditionalColumnsInStudentResultsPageComment', NULL, NULL, 1),
('course_catalog_published', NULL, 'radio', 'Course', 'false', 'CourseCatalogIsPublicTitle', 'CourseCatalogIsPublicComment', NULL, NULL, 0),
('user_reset_password', NULL, 'radio', 'Security', 'false', 'ResetPasswordTokenTitle', 'ResetPasswordTokenComment', NULL, NULL, 0),
('user_reset_password_token_limit', NULL, 'text', 'Security', '3600', 'ResetPasswordTokenLimitTitle', 'ResetPasswordTokenLimitComment', NULL, NULL, 0),
('user_reset_password_token_limit', NULL, 'textfield', 'Security', '3600', 'ResetPasswordTokenLimitTitle', 'ResetPasswordTokenLimitComment', NULL, NULL, 0),
('my_courses_view_by_session', NULL, 'radio', 'Session', 'false', 'ViewMyCoursesListBySessionTitle', 'ViewMyCoursesListBySessionComment', NULL, NULL, 0);
INSERT INTO settings_options (variable, value, display_text)

Loading…
Cancel
Save