bug #233579 bad syntax on send email

This commit is contained in:
themaniac 2001-04-06 03:11:11 +00:00
parent 2e73c366fc
commit a324cdbcd2

View File

@ -1,7 +1,8 @@
#LyX 1.1 created this file. For more info see http://www.lyx.org/ #LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 2.17 \lyxformat 218
\textclass article \textclass article
\begin_preamble \begin_preamble
\usepackage{fullpage, graphicx, url} \usepackage{fullpage, graphicx, url}
\setlength{\parskip}{1ex} \setlength{\parskip}{1ex}
\setlength{\parindent}{0ex} \setlength{\parindent}{0ex}
@ -329,19 +330,19 @@ You will need to create the following directories for your code
\SpecialChar ~ \SpecialChar ~
`--default `--default
\layout LyX-Code \layout LyX-Code
\noindent \bibitem {} \noindent \bibitem {dummy}
\layout LyX-Code \layout LyX-Code
\bibitem {} \bibitem {dummy}
\layout LyX-Code \layout LyX-Code
\bibitem {} \bibitem {dummy}
\layout LyX-Code \layout LyX-Code
\bibitem {} \bibitem {dummy}
\layout LyX-Code \layout LyX-Code
\bibitem {} \bibitem {dummy}
\layout Subsection \layout Subsection
@ -954,7 +955,7 @@ Directory tree
\SpecialChar ~ \SpecialChar ~
`--default.theme `--default.theme
\layout LyX-Code \layout LyX-Code
\bibitem {} \bibitem {dummy}
\layout Subsection \layout Subsection
@ -1247,7 +1248,7 @@ Email/NNTP Functions
$phpgw->send->msg $phpgw->send->msg
\layout Standard \layout Standard
$phpgw->msg->send($service, $to, $subject, $body, $msgtype, $cc, $bcc) $phpgw->send->msg($service, $to, $subject, $body, $msgtype, $cc, $bcc)
\newline \newline
Send a message via email or NNTP and returns any error codes. Send a message via email or NNTP and returns any error codes.
\newline \newline
@ -1267,7 +1268,7 @@ $body = "Give me a call
\backslash \backslash
n Been wondering what your up to."; n Been wondering what your up to.";
\newline \newline
$errors = $phpgw->msg->send("email", $to, $subject, $body); $errors = $phpgw->send->msg("email", $to, $subject, $body);
\newline \newline
\newline \newline