Index: branches/RC/kernel/include/globals.php =================================================================== diff -u -r8929 -r9286 --- branches/RC/kernel/include/globals.php (.../globals.php) (revision 8929) +++ branches/RC/kernel/include/globals.php (.../globals.php) (revision 9286) @@ -1332,7 +1332,7 @@ function GetOptions($field) // by Alex { // get dropdown values from custom field - $tmp =& new clsCustomField(); + $tmp = new clsCustomField(); $tmp->LoadFromDatabase($field, 'FieldName'); $tmp_values = $tmp->Get('ValueList');