>From [EMAIL PROTECTED]  Thu Jun 12 11:23:48 2003
From: Mehdi <[EMAIL PROTECTED]>
To: "Sebastian-H. Picklum" <[EMAIL PROTECTED]>
Date: Thu, 12 Jun 2003 11:25:01 +0200
User-Agent: KMail/1.5
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO version=2.20
X-Spam-Level: 
Subject: Re: [PHP-DOC] cvs: phpdoc /en/reference/sybase/functions sybase-query.xml

Le Jeudi 12 Juin 2003 11:14, Sebastian-H. Picklum a =E9crit :
> spic          Thu Jun 12 05:14:57 2003 EDT
>
>   Modified files:
>     /phpdoc/en/reference/sybase/functions     sybase-query.xml
>   Log:
>   Fixed WS-Problems (hopefully all)

still some issues ;)

You have to indent by a single space, so it will look like :

<para>
 <function>

instead of :

<para>
    <function>

want me to correct your commit and stop harrasing you ? :)

Mehdi

>
>
> Index: phpdoc/en/reference/sybase/functions/sybase-query.xml
> diff -u phpdoc/en/reference/sybase/functions/sybase-query.xml:1.6
> phpdoc/en/reference/sybase/functions/sybase-query.xml:1.7 ---
> phpdoc/en/reference/sybase/functions/sybase-query.xml:1.6     Thu Jun 12
> 04:47:52 2003 +++ phpdoc/en/reference/sybase/functions/sybase-query.xml       T=
hu
> Jun 12 05:14:57 2003 @@ -1,5 +1,5 @@
>  <?xml version=3D"1.0" encoding=3D"iso-8859-1"?>
> -<!-- $Revision: 1.6 $ -->
> +<!-- $Revision: 1.7 $ -->
>  <!-- splitted from ./en/functions/sybase.xml, last change in rev 1.2 -->
>    <refentry id=3D"function.sybase-query">
>     <refnamediv>
> @@ -14,17 +14,18 @@
>      =20
> <methodparam><type>int</type><parameter>link_identifier</parameter></meth=
od
>param> </methodsynopsis>
>      <para> Returns: A positive Sybase result identifier on success, or
> -    &false; on error.
> +     &false; on error.
>      </para>
> -    <para><function>sybase_query</function> sends a query to the current=
ly
> -     active     database on the server that's associated with the specified
> -     link identifier.  If the link identifier isn't specified, the last
> -    opened link is assumed.  If no link is open, the function tries to
> -    establish a link as if <function>sybase_connect</function> was
> -    called, and use it.
> +    <para>
> +      <function>sybase_query</function> sends a query to the currently
> +      active database on the server that's associated with the specified
> +      link identifier. If the link identifier isn't specified, the last
> +     opened link is assumed. If no link is open, the function tries to
> +     establish a link as if <function>sybase_connect</function> was
> +     called, and use it.
>      </para>
>      <para>
> -     See also
> +     See also
>       <function>sybase_db_query</function>,
>       <function>sybase_select_db</function>, and
>       <function>sybase_connect</function>.


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to