[svn r9840] add of a record in settings_current for the phone field in the profile

skala
Eric Marguin 18 years ago
parent 3dd87df32c
commit 55053ca242
  1. 4
      main/install/dokeos_main.sql

@ -489,8 +489,8 @@ INSERT INTO `settings_current` VALUES
(70, 'registered', NULL, 'textfield', NULL, 'false', NULL, NULL, NULL, NULL),
(71, 'donotlistcampus', NULL, 'textfield', NULL, 'false', NULL, NULL, NULL, NULL),
(72, 'show_email_addresses', NULL,'radio','Platform','false','ShowEmailAddresses','ShowEmailAddressesComment',NULL,NULL),
(73, 'banner', NULL, NULL, 'Plugins', 'messages', '', NULL, NULL, NULL);
(73, 'banner', NULL, NULL, 'Plugins', 'messages', '', NULL, NULL, NULL),
(74,'profile','phone','checkbox','User','true','ProfileChangesTitle','ProfileChangesComment',NULL,'phone');

Loading…
Cancel
Save