gerzson Sun Feb 17 10:04:30 2002 EDT
Modified files:
/phpdoc/en/functions dbx.xml
Log:
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
Index: phpdoc/en/functions/dbx.xml
diff -u phpdoc/en/functions/dbx.xml:1.25 phpdoc/en/functions/dbx.xml:1.26
--- phpdoc/en/functions/dbx.xml:1.25 Fri Feb 15 19:17:18 2002
+++ phpdoc/en/functions/dbx.xml Sun Feb 17 10:04:29 2002
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
+
+<!--
+ If anyone from the translator group has problems with the
+ new version of this file, and finds too difficult the sync his
+ translation with this doc, please mail me: [EMAIL PROTECTED]
+-->
+
<reference id="ref.dbx">
<title>dbx functions</title>
<titleabbrev>dbx</titleabbrev>
@@ -535,7 +542,7 @@
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 @@
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");