From 64bd49b9aeddcffcf8a09f8a3770bfc6eec13ba5 Mon Sep 17 00:00:00 2001 From: Sebastian Picklum Date: Thu, 12 Jun 2003 08:47:52 +0000 Subject: [PATCH] Made text line length < 80 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131137 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sybase/functions/sybase-query.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/sybase/functions/sybase-query.xml b/reference/sybase/functions/sybase-query.xml index bd3e31e043..54b460d8a6 100644 --- a/reference/sybase/functions/sybase-query.xml +++ b/reference/sybase/functions/sybase-query.xml @@ -1,5 +1,5 @@ - + @@ -16,9 +16,9 @@ Returns: A positive Sybase result identifier on success, or &false; on error. - sybase_query 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 + sybase_query 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 sybase_connect was called, and use it.