mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Only 2 columns in markup, not 3.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254169 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8bb5eab82e
commit
285596aab1
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xml:id="function.ldap-get-option" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>ldap_get_option</refname>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<para>
|
||||
The parameter <parameter>option</parameter> can be one of:
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Option</entry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry xml:id="function.ldap-set-option" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>ldap_set_option</refname>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<para>
|
||||
The parameter <parameter>option</parameter> can be one of:
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Option</entry>
|
||||
|
|
Loading…
Reference in a new issue