(2011-10-28, 04:23 PM)pavemen Wrote: no, you need to find the function listed and correct it as needed. the "reference check" needs an "&" before the variable
function myfunction($var)
becomes
function myfunction(&$var)
for the return code you need to find the variable being passed and add as the last line of the function (usually)
return $var
We will wait for the 1.6.5 running, or we can update already even if our forum is running 1.6.4 ?