Commit a27fc255 authored by Frank Wall's avatar Frank Wall Committed by Franco Fichtner

UIModelGrid: use empty string instead of "##Unlinked"

(cherry picked from commit ffeb4bc6)
parent f6939065
...@@ -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