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

SQL syntax errors in get_prune_users()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.4-RC1
    • 3.1.3
    • Other
    • None

      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

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

              Created:
              Updated:
              Resolved: