Call-time pass-by-reference has been deprecated error

A place to discuss and receive support for the Web Auction application.

Call-time pass-by-reference has been deprecated error

Postby jnewman67 » Mon Nov 26, 2007 10:56 pm

just to inform you, i found an error after installing and trying to log in.

tables/users/user.php: Line 57:

Code: Select all
$perms = $this->role__permissions(&$record);


needs no "&", so it should be

Code: Select all
$perms = $this->role__permissions($record);


probably already know about it, but in case....
jnewman67
 
Posts: 4
Joined: Mon Nov 26, 2007 10:21 pm

Postby shannah » Tue Nov 27, 2007 4:01 pm

Thanks this will be fixed for the next release.
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Web Auction Discussion

Who is online

Users browsing this forum: No registered users and 23 guests

Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved