Closed (fixed)
Project:
Signup
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2007 at 10:45 UTC
Updated:
9 Apr 2007 at 16:03 UTC
This version use module_exist API of drupal 5.x
The patch is very simple, repleace the 5.0 api with the 4.7
(<)Z:\xampplite\htdocs\changeme\modules\signup\signup.module (My version)
(>)Z:\xampplite\htdocs\changeme\modules\signup\signup.module3 (StdCVS Version)
607c606
< $has_event = module_exist('event');
---
> $has_event = module_exists('event');
827c826
< $has_event = module_exist('event');
---
> $has_event = module_exists('event');
Comments
Comment #1
dwwcommitted to DRUPAL-4-7. thanks!
p.s. in the future, please post a real patch if you can:
http://drupal.org/patch
http://drupal.org/diffandpatch
Comment #2
(not verified) commented