summaryrefslogtreecommitdiff
path: root/ext/dbx
diff options
context:
space:
mode:
authorMarc Boeren <mboeren@php.net>2003-11-03 11:15:23 +0000
committerMarc Boeren <mboeren@php.net>2003-11-03 11:15:23 +0000
commit22872bb8fa2e6355c5be574d77d22dd2825ed86b (patch)
treed8aee7f088eac086c05d09ba38ae51182bf3d88d /ext/dbx
parentf670f9c68367d3d6917e76abf314ec9f325f759a (diff)
downloadphp-git-22872bb8fa2e6355c5be574d77d22dd2825ed86b.tar.gz
Make life for the doc-team easier, without causing harm ;-)
Diffstat (limited to 'ext/dbx')
-rw-r--r--ext/dbx/dbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index 0590a44fdd..64169f471c 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -365,7 +365,7 @@ ZEND_FUNCTION(dbx_close)
}
/* }}} */
-/* {{{ proto dbx_result_object dbx_query(dbx_link_object dbx_link, string sql_statement [, long flags])
+/* {{{ proto dbx_result_object dbx_query(dbx_link_object dbx_link, string sql_statement [, int flags])
Returns a dbx_link_object on success and returns 0 on failure */
ZEND_FUNCTION(dbx_query)
{