From 7b6b000e981496e41b451a7c6b71f151c2483ffb Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 24 Aug 2004 08:22:37 +0000 Subject: [PATCH] dbhandle parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167129 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sqlite/functions/sqlite-query.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/sqlite/functions/sqlite-query.xml b/reference/sqlite/functions/sqlite-query.xml index 942c96aea9..9ee10b4438 100644 --- a/reference/sqlite/functions/sqlite-query.xml +++ b/reference/sqlite/functions/sqlite-query.xml @@ -1,5 +1,5 @@ - + sqlite_query @@ -48,7 +48,7 @@ Two alternative syntaxes are supported for compatibility with other database extensions (such as MySQL). The preferred form is the first one, where the - db parameter is the first parameter to the + dbhandle parameter is the first parameter to the function.