Skip to content
Snippets Groups Projects
Commit 83301497 authored by efalcy's avatar efalcy
Browse files

remove comments

parent 5a58b129
Branches
Tags
2 merge requests!2480Master,!2479Hotline master
......@@ -262,8 +262,6 @@ class Class_Indexation_PseudoNotice_UnimarcVisitor extends Class_Indexation_Pseu
return $this->unimarc->getFullRecord();
}
<<<<<<< HEAD
=======
protected function addUnimarcField($field, $indicators, $content) {
// unimarc limit field size to 9999
......@@ -272,5 +270,4 @@ class Class_Indexation_PseudoNotice_UnimarcVisitor extends Class_Indexation_Pseu
$this->unimarc->add_field($field, $indicators, $content);
}
>>>>>>> refs/remotes/origin/stable
}
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