Skip to content
Snippets Groups Projects
Commit c1d18bd7 authored by Laurent's avatar Laurent
Browse files

hotline#12555 fonctions auteurs

Authors are unique only based on name
parent eb254f67
Branches
Tags
2 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!15Hotline#12555 Affichage Fonctions Auteur
......@@ -46,7 +46,8 @@ class Class_Notice_Author {
}
public function __toString() {
return 'author: '.$this->_name.' ['.$this->_responsibility.']';
// note: used for array_unique (see array_unique doc and hell), so be careful when changing $this
return 'author: '.$this->_name;
}
}
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment