Ticket #4133 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

ringroups_destination() makes unnecessary calls to ringgroups_get()

Reported by: p_lindheimer Assigned to: p_lindheimer
Priority: minor Milestone: 2.8
Component: Ring Groups Version: 2.6-branch
Keywords: Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

When generating the destinations list ringgroups_destinations calls ringgroups_get() for each iteration of the ringgroups_list() results when all the fields required are already fetched.

Change History

03/13/10 01:00:50 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [9209]) fixes #4133 remove un-needed call to ringgroups_get()