When I add:
<cpanel Email=\"listautoresponders()\">
The output is:
<tr>
<td>
whatever...
</td>
</tr>
IF there are autoresponders present.
However, when there are no autoresponders,
it prints:
There are currently no active autoresponders.
My problem is in the \"<tr><td>\". Both output should come with those tags. Because it doesn\'t, when there are no autoresponders, the output message messes up my table.
Could you guys fix this error? I just can\'t find a way around it.
<cpanel Email=\"listautoresponders()\">
The output is:
<tr>
<td>
whatever...
</td>
</tr>
IF there are autoresponders present.
However, when there are no autoresponders,
it prints:
There are currently no active autoresponders.
My problem is in the \"<tr><td>\". Both output should come with those tags. Because it doesn\'t, when there are no autoresponders, the output message messes up my table.
Could you guys fix this error? I just can\'t find a way around it.