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

Notification System sends exact same SQL query multiple times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.1.2-RC1
    • 3.1.0-b4
    • Notification System
    • None

      The following query is executed more than once on http://localhost/projects/phpbb3/phpBB/ucp.php?i=ucp_notifications&mode=notification_options

      SELECT group_id
      FROM phpbb_user_group
      WHERE user_id = 2
      AND group_leader = 1
      LIMIT 1
      

      Seems to be sent from ./phpbb/notification/type/group_request.php

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

              Created:
              Updated:
              Resolved: