Closed (fixed)
Project:
erp
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2011 at 19:15 UTC
Updated:
9 Feb 2011 at 22:40 UTC
The & character has to be removed from erp_stock_edit_form(&$form_state, $nid) function in erp_stock.module at line 748.
It is throwing this warning:
"Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of erp_stock_edit_form(). If you would like to enable call-time pass-by-reference..."
Comments
Comment #1
singularoChange/fix commited to -dev branch, that should be available in 12 hours.
Note, this is really just a warning, not something critical, php settings can be changed so its not shown