We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c759645 commit 674e54aCopy full SHA for 674e54a
.travis.yml
@@ -1,5 +1,6 @@
1
language: php
2
php:
3
+ - 5.6
4
- 5.5
5
- 5.4
6
- hhvm
MARCspec.php
@@ -175,7 +175,10 @@ public function getSubfield($arg)
175
176
return null;
177
}
178
-
+ /**
179
+ * Creates and adds a single subfield from the MARCspecParser result
180
+ * @param array $_subfield The MARCspecParser result array
181
+ */
182
private function addSubfield($_subfield)
183
{
184
if(array_key_exists('subfieldtagrange',$_subfield))
0 commit comments