Closed (fixed)
Project:
Birthdays
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2007 at 16:33 UTC
Updated:
25 Aug 2007 at 22:18 UTC
"Fatal error: Call to undefined function: _birthdays_get_todays_birthdays() in /home/dieinte1/public_html/sites/all/modules/birthdays/birthdays.module on line 772"
when running cron.
Sorry for reporting so many bugs here
Comments
Comment #1
maartenvg commentedThat's an easy one to fix.
Please go to line 772 of birthdays.module and remove the first underscore '_' from the function call.
Thus changing
to
I thank you very much for reporting these bugs! Don't hesitate to keep doing that when you find things that aren't in order.
Comment #2
jacauc commentedFound it on line 786 of the latest CVS version.
Thanks, that fixed it.
Comment #3
maartenvg commentedGreat to hear!
Comment #4
(not verified) commented