Fix: phpcheckstyle from phpcs 1.5.5 (closing tags and & char on

parameter).
This commit is contained in:
Laurent Destailleur
2014-09-27 17:13:15 +02:00
parent e8b7c9c6bd
commit 5fdd798e91
57 changed files with 42 additions and 98 deletions

View File

@@ -43,5 +43,3 @@ else if ($action == 'setnote_private' && ! empty($permissionnote) && ! GETPOST('
$result=$object->update_note(dol_html_entity_decode(GETPOST('note_private'), ENT_QUOTES),'_private');
if ($result < 0) setEventMessage($object->error,'errors');
}
?>