Ciao ragazzi sono sei ore che lavoro e ormai non ce la faccio più ^__________^

Mi da un errore sulla prima riga di questo if

Parse error: syntax error, unexpected T_IF in ... on line 73

L'if incriminato è:

if($referenteutente!=""){
$aggiornamentocreditoref = "UPDATE utenti SET credito = credito + 4 WHERE id = " . $referenteutente ;
mysql_query($aggiornamentocreditoref, $connections) or die(mysql_error());
}


voi vedete errori che a me sfuggono?