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

Duplicate subexpression in questionnaire.php

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.1.9, 3.2.0-RC1
    • 3.2.0-RC2
    • None
    • None

    Description

      Simplify `($ip_address_ary[0] == '192' && $ip_address_ary[1] == '168') || ($ip_address_ary[0] == '192' && $ip_address_ary[1] == '168')` to `($ip_address_ary[0] == '192' && $ip_address_ary[1] == '168')`

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            kilida kilida [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: