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

Duplicate subexpression in questionnaire.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.2.0-RC2
    • 3.1.9, 3.2.0-RC1
    • None
    • None

      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')`

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

              Created:
              Updated:
              Resolved: