Closed (duplicate)
Project:
Inactive User
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2012 at 23:48 UTC
Updated:
1 Feb 2012 at 20:09 UTC
Similar to the patch I submitted for the Drupal 6 version of this module, ( http://drupal.org/node/1422022 ), attached is the patch for the Drupal 7 version. This patch makes inactive_user_custom_settings_validate() validate email addresses! How nice.
This patch includes the patches Fatal error: Call to undefined function db_result() ( http://drupal.org/node/1028270 ) and Permissions page not available ( http://drupal.org/node/1336544 ), both of which I previously submitted. Without those patches, the admin page admin/people/inactive-user is wsod.
| Comment | File | Size | Author |
|---|---|---|---|
| inactive_user_custom_settings_validate-d7.patch | 2.2 KB | esod |
Comments
Comment #1
deekayen commentedPlease don't break out a new issue for the same problem and don't bundle patches when you've got perfectly good ones already.
#1422022: inactive_user_custom_settings_validate() has not been validating
#1028270: Fatal error: Call to undefined function db_result()
#1336544: Permissions page not available
See also: http://webchick.net/please-stop-eating-baby-kittens
Comment #2
esod commentedGot it. I won't bundle patches. Entertaining article by webchick. Thanks.
There's no reason why my patch from #1422022 couldn't be applied to the Drupal 7 version of the module also. Silly me.