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

SQL syntax errors in get_prune_users()

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.1.3
    • 3.1.4-RC1
    • Other
    • None

    Description

      There are syntax errors in two queries within the get_prune_users() function in /includes/acp/acp_prune.php (a missing space)

      ((!empty($user_ids)) ? 'AND ' . $db->sql_in_set

      should be

      ((!empty($user_ids)) ? ' AND ' . $db->sql_in_set

      Attachments

        Activity

          People

            nickvergessen Joas Schilling
            Oyabun1 Oyabun1 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: