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
Description

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

#1

alex.k - October 24, 2008 - 11:48
Status:active» postponed (maintainer needs more info)

Please post more information, what page, what you are doing, the error message, a screenshot. Thanks.

#2

alb - October 30, 2008 - 18:40

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

alex.k - November 1, 2008 - 15:55
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

Anonymous (not verified) - November 15, 2008 - 16:13
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.