theme_user_relationships_request_relationship_link() signature not compatible with PHP5
alb - October 23, 2008 - 13:53
| Project: | User Relationships |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | alex.k |
| Status: | closed |
Jump to:
Description
if have error in
....../user_relationships_theme.inc on line 146
use php5

#1
Please post more information, what page, what you are doing, the error message, a screenshot. Thanks.
#2
Parse error: parse error, expecting `')'' in C:.....\sites\all\modules\user_relationships\user_relationships_theme.inc on line 146
is a parse error because in php 4.x cannot work this:
&$relationship_type = NULL
this yes: $relationship_type = NULL
but with & php4.x not work
#3
Thank you, fixed and committed to cvs. This will appear in today's dev release.
#4
Automatically closed -- issue fixed for two weeks with no activity.