Download & Extend

theme_user_relationships_request_relationship_link() signature not compatible with PHP5

Project:User Relationships
Version:5.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:alex.k
Status:closed (fixed)

Issue Summary

if have error in
....../user_relationships_theme.inc on line 146
use php5

Comments

#1

Status:active» postponed (maintainer needs more info)

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

Title:if have error use php5» theme_user_relationships_request_relationship_link() signature not compatible with PHP5
Assigned to:Anonymous» alex.k
Status:postponed (maintainer needs more info)» fixed

Thank you, fixed and committed to cvs. This will appear in today's dev release.

#4

Status:fixed» closed (fixed)

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