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

maartenvg’s picture

Status: Active » Fixed

Fixed in CVS.

You can fix it by renaming row 155 from
$rows[$i][] = theme_user_picture($account);
to
$rows[$i][] = theme('user_picture', $account);

Ezka’s picture

ok, thanks ! That's right now.

Next time I'll check CVS :-).

maartenvg’s picture

No, I meant I fixed it after I read this issue. So I have to thank you, for reporting the bug! :)

Ezka’s picture

Ok !
If we find more bugs, I'll report them. I hope not ;-).

And I give you my thanks for making these corrections so fast.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.