diff options
-rw-r--r-- | httemplate/search/cdr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html index cefc0fe50..1e3c57cae 100644 --- a/httemplate/search/cdr.html +++ b/httemplate/search/cdr.html @@ -344,7 +344,7 @@ unshift @fields, sub { qq!<INPUT NAME="acctid$acctid" TYPE="checkbox" VALUE="1">!; }; -my @links = ( '', map { exists($links{$_}) ? $links{$_} : '' } @fields ); +my @links = ( map { exists($links{$_}) ? $links{$_} : '' } @fields ); ### |