Ran PHPCBF on PHP files

This commit is contained in:
2019-08-27 00:31:46 +02:00
committed by Stefan Rohde-Enslin
parent f7140573e1
commit 4abb415054
16 changed files with 857 additions and 954 deletions

View File

@ -6,8 +6,8 @@
3: allowed values (eg. "m", "cm", ...)
4: dependent fields
5: remarks
*/
$allowed=array(
*/
$allowed = array(
array ('inventory_number','y','text/utf8','freetext','none','Only unique values allowed'),
array ('institution_name','n','text/utf8','freetext','none','If name of institution is given it has to be exactly the same as already known in museum-digital'),
array ('collection_name1','n','text/utf8','freetext','none','Use if object belongs to a collection. If collection is already in museum-digital, please use exactly the same name'),
@ -58,7 +58,7 @@ array ('closer_location_as', 'n', 'text/utf8', 'de: "Aufnahmeort", "Fundort", "F
3: allowed values (eg. "m", "cm", ...)
4: dependent fields
5: remarks
*/
*/
array ('entry_number', 'n', 'text/utf8','freetext','none','The entry number of the object if available'),
array ('other_inventory_number', 'n', 'text/utf8','freetext','none','All other inventory numbers (older ones presumably) in one field'),
array ('subject_group', 'n', 'text/utf8','freetext','none','If the object is part of an subject group this information should be given here'),
@ -692,4 +692,3 @@ array ('illustrated_annotation2', 'n', ''),
);
?>