From a8634eae0edbf15ea0e86499b3474cf489b84f4f Mon Sep 17 00:00:00 2001 From: Gyozo Papp Date: Sun, 17 Feb 2002 15:04:29 +0000 Subject: [PATCH] change module names to the corresponding module constant in the examples place a comment about where to ask if translators have problems with the new version of this file git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70444 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dbx.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/functions/dbx.xml b/functions/dbx.xml index 5724793f4b..f59b52c044 100644 --- a/functions/dbx.xml +++ b/functions/dbx.xml @@ -1,5 +1,12 @@ - + + + + dbx functions dbx @@ -535,7 +542,7 @@ function user_re_order ($a, $b) { return $rv; } -$link = dbx_connect ("odbc", "", "db", "username", "password") +$link = dbx_connect (DBX_ODBC, "", "db", "username", "password") or die ("Could not connect"); $result = dbx_query ($link, "SELECT id, parentid, description FROM tbl ORDER BY id"); @@ -631,7 +638,7 @@ function user_re_order ($a, $b) { return $rv; } -$link = dbx_connect ("odbc", "", "db", "username", "password") +$link = dbx_connect (DBX_ODBC, "", "db", "username", "password") or die ("Could not connect"); $result = dbx_query ($link, "SELECT id, parentid, description FROM table ORDER BY id");