Commit 67e3e707 authored by Ad Schellevis's avatar Ad Schellevis Committed by GitHub

Merge pull request #1355 from fraenki/Unlinked

UIModelGrid: use empty string instead of "##Unlinked"
parents 30f971fb ffeb4bc6
...@@ -116,7 +116,7 @@ class UIModelGrid ...@@ -116,7 +116,7 @@ class UIModelGrid
} }
} }
if (empty($row[$fieldname])) { if (empty($row[$fieldname])) {
$row[$fieldname] = "##Unlinked"; $row[$fieldname] = "";
} }
} }
} }
......
Markdown is supported
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