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

typo in a fulltext_mysql.php recent commit by DavidMJ

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.0
    • 3.0.x
    • Other
    • None
    • PHP Environment:
      Database:

      [code]
      while (($word = mb_ereg_search_regs()))

      { $text[] = $word[1]; }

      [/text]
      in this context $text is a string, so you can't assign a string to $text[].
      most probably should be $text (without the brackets).

            DavidMJ DavidMJ
            arod-1 arod-1 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: