Change test for individuals to cover null/undefined as well as empty

This commit is contained in:
ryounes 2011-09-12 17:09:21 +00:00
parent fc3c288472
commit 2d4d5feb8e

View file

@ -1,9 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#if (individuals?size == 0)> <#if individuals?has_content>
<#assign noData = true />
<#else>
<#assign noData = false /> <#assign noData = false />
<#else>
<#assign noData = true />
</#if> </#if>
<#assign noDataNotification> <#assign noDataNotification>