Skip to content

Commit 062ef06

Browse files
author
Stephen
committed
fix undefined var
1 parent db74e78 commit 062ef06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/general.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public function MultiRow($left, $right) {
190190
unset($notes);
191191
//if ($resources[$n]['annotation_count']!=0){
192192
$thisrefarray = get_resource_field_data($ref,false);
193+
$resultmerge = $thisrefarray;
193194
if ($pdf_export_whereabouts_integration) {
194195
$checkwherabouts = sql_query("SHOW TABLES LIKE 'whereabouts'");
195196
$whereabouts = '';

0 commit comments

Comments
 (0)