- fixed some more "Deprecated: Call-time pass-by-reference" issues

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-14 07:48:41 +00:00
parent 7fa901bebb
commit 4d5dcb82d6
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
* @version $Id$
*/
function getFormFieldDataOption($fieldname, $fielddata, $input)
function getFormFieldDataOption($fieldname, $fielddata, &$input)
{
if(isset($input[$fieldname]))
{