Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10501

Description of table prefix is wrong

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.10-RC1, 3.0.10-RC2
    • 3.0.10-RC3
    • Language pack
    • None

    Description

      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.',

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: