Jelajahi Sumber

[svn r12806] Fixed typo in variable type

Yannick Warnier 17 tahun lalu
induk
melakukan
98ccb1dbfb
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      main/install/migrate-db-1.8.2-1.8.3-pre.sql

+ 2 - 2
main/install/migrate-db-1.8.2-1.8.3-pre.sql

@@ -12,8 +12,8 @@
 --
 -- This first part is for the main database
 -- xxMAINxx
-INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('permissions_for_new_directories', NULL, 'string', 'Security', '0770', 'PermissionsForNewDirs', 'PermissionsForNewDirsComment', NULL, NULL);
-INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('permissions_for_new_files', NULL, 'string', 'Security', '0550', 'PermissionsForNewFiles', 'PermissionsForNewFilesComment', NULL, NULL);
+INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('permissions_for_new_directories', NULL, 'textfield', 'Security', '0770', 'PermissionsForNewDirs', 'PermissionsForNewDirsComment', NULL, NULL);
+INSERT INTO settings_current(variable,subkey,type,category,selected_value,title,comment,scope,subkeytext) VALUES ('permissions_for_new_files', NULL, 'textfield', 'Security', '0550', 'PermissionsForNewFiles', 'PermissionsForNewFilesComment', NULL, NULL);
 
 -- xxSTATSxx