From: Marc Boeren Date: Mon, 3 Nov 2003 11:15:23 +0000 (+0000) Subject: Make life for the doc-team easier, without causing harm ;-) X-Git-Tag: php-5.0.0b3RC1~792 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22872bb8fa2e6355c5be574d77d22dd2825ed86b;p=php Make life for the doc-team easier, without causing harm ;-) --- 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) {