Commit ffeb4bc6 authored by Frank Wall's avatar Frank Wall

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

parent 30f971fb
......@@ -116,7 +116,7 @@ class UIModelGrid
}
}
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