Closed (fixed)
Project:
Birthdays
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2008 at 16:31 UTC
Updated:
13 Oct 2008 at 21:13 UTC
Hi again,
Another error for D6, it's appear when you clic on "More" in Birthdays blocs :
Fatal error: Call to undefined function theme_user_picture() in .../sites/all/modules/birthdays/birthdays.page.inc on line 155
Bye ;-)
Comments
Comment #1
maartenvg commentedFixed in CVS.
You can fix it by renaming row 155 from
$rows[$i][] = theme_user_picture($account);to
$rows[$i][] = theme('user_picture', $account);Comment #2
Ezka commentedok, thanks ! That's right now.
Next time I'll check CVS :-).
Comment #3
maartenvg commentedNo, I meant I fixed it after I read this issue. So I have to thank you, for reporting the bug! :)
Comment #4
Ezka commentedOk !
If we find more bugs, I'll report them. I hope not ;-).
And I give you my thanks for making these corrections so fast.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.