I'm trying to remove the end marker # # # that gets printed automatically at the end of the press release template in the following newlfm example:
\documentclass[11pt,pressrelease]{newlfm}
\usepackage{charter}
\newcommand{\subtitle}{This is a subtitle.}
\makeletterhead{Uiuc}{\Cheader{\vspace{16pt}my title}}
\lthUiuc
\begin{document}
\begin{newlfm}
my body
\end{newlfm}
\end{document}
According to the documentation, the command \PhrPREnd is supposed to print it but I'm not calling it in my tex file nor in the prsrls.tex if I use one (not required). I tried to use that command thinking that I could override the printed markers with empty space but I'm getting the "Undefined control sequence" error. Any ideas?

\PhrPRend{}. It didn't work for you because you have capitalized it wrong, its\PhrPRend{}not\PhrPREnd{}– d-cmst Dec 12 '13 at 09:26\PhrPREnd{}. How did you figure out it was\PhrPRendinstead? – Ricardo Dec 12 '13 at 09:36newlfm.cls– d-cmst Dec 12 '13 at 09:39