mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Remove double backslash (bug #44328)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268488 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bbf97ee85f
commit
2228711c72
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry xml:id="function.imap-setflag-full" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>imap_setflag_full</refname>
|
||||
|
@ -39,9 +39,9 @@
|
|||
<term><parameter>flag</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The flags which you can set are <literal>\\Seen</literal>,
|
||||
<literal>\\Answered</literal>, <literal>\\Flagged</literal>,
|
||||
<literal>\\Deleted</literal>, and <literal>\\Draft</literal> as
|
||||
The flags which you can set are <literal>\Seen</literal>,
|
||||
<literal>\Answered</literal>, <literal>\Flagged</literal>,
|
||||
<literal>\Deleted</literal>, and <literal>\Draft</literal> as
|
||||
defined by <link xlink:href="&url.rfc;2060">RFC2060</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue