User: dww Branch: HEAD Date: Tue, 14 Aug 2007 07:17:54 +0000 Modified files: /modules/signup signup.module signup_event_5.x-1.inc Log message: #165791 by dww: Fixed critical bug from #154580 -- when event.module is not enabled, we used to auto-close all events on each cron run since we did the query anyway, but without any WHERE restrictions. Fixing this required changing the API for the event-based back-end .inc files, but it should be more simple now (single functions that return arrays of SQL elements for each feature, instead of separate functions for each SQL element for each feature). Links: http://cvs.drupal.org/diff.php?path=contributions/modules/signup/signup.modu... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/signup_even...