[svn r18941] minor expand the size of the field name of the platform see FS#3685

skala
Carlos Vargas 17 years ago
parent e14d853de3
commit a7aa50f814
  1. 2
      main/install/index.php

@ -88,7 +88,7 @@ define('MAX_COURSE_TRANSFER',100);
define('INSTALL_TYPE_UPDATE', 'update'); define('INSTALL_TYPE_UPDATE', 'update');
define('FORM_FIELD_DISPLAY_LENGTH', 40); define('FORM_FIELD_DISPLAY_LENGTH', 40);
define('DATABASE_FORM_FIELD_DISPLAY_LENGTH', 25); define('DATABASE_FORM_FIELD_DISPLAY_LENGTH', 25);
define('MAX_FORM_FIELD_LENGTH', 50); define('MAX_FORM_FIELD_LENGTH', 80);
define('DEFAULT_LANGUAGE', 'english'); define('DEFAULT_LANGUAGE', 'english');
// setting the error reporting // setting the error reporting

Loading…
Cancel
Save