From 22872bb8fa2e6355c5be574d77d22dd2825ed86b Mon Sep 17 00:00:00 2001 From: Marc Boeren Date: Mon, 3 Nov 2003 11:15:23 +0000 Subject: [PATCH] Make life for the doc-team easier, without causing harm ;-) --- ext/dbx/dbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1