Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10501

Description of table prefix is wrong

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.10-RC3
    • 3.0.10-RC1, 3.0.10-RC2
    • Language pack
    • None

      3.0.10-RC1 language pack has introduced new language strings in language/en/install.php:

      'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with an alphanumeric character and must only contain alphanumeric characters, numbers and underscores.',

      and

      'TABLE_PREFIX_EXPLAIN'		=> 'The prefix must start with an alphanumeric character and must only contain alphanumeric characters, numbers and underscores.',

      As numbers is a subset of alphanumeric characters, it's unneeded to point to it separately.
      The strings would be:

      'INST_ERR_DB_INVALID_PREFIX'=> 'The prefix you entered is invalid. It must start with an alphanumeric character and must only contain alphanumeric characters and underscores.',

      and

      'TABLE_PREFIX_EXPLAIN'		=> 'The prefix must start with an alphanumeric character and must only contain alphanumeric characters and underscores.',

            nickvergessen Joas Schilling
            rxu rxu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: