thinkshout / registration

Drupal entity based registration module.
http://drupal.org/project/registration
2 stars 1 forks source link

performance impact with duplicate query #8

Closed levelos closed 9 years ago

levelos commented 9 years ago

In 969bb32, we're calling the same query twice. We should use

$states = registration_states(array('held' => TRUE, 'active' => TRUE));

Or create a more robust helper.

alexellison commented 9 years ago

Fixed by commit 1377c5e09b8135045e6a74bca6cda76c4c5766de