From fea1f5170baebb7eb75e3430fcff798d05bae900 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Wed, 23 May 2001 11:05:49 +0000 Subject: [PATCH] Fixed some XML git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48245 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pspell.xml | 5 +++-- functions/uodbc.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/functions/pspell.xml b/functions/pspell.xml index f7c92503a8..0d9329f29c 100644 --- a/functions/pspell.xml +++ b/functions/pspell.xml @@ -676,8 +676,9 @@ $pspell_link = pspell_new_personal ($pspell_config, "en"); pspell_save_wordlist, if desired. However, the replacement pairs are not saved. In order to save replacement pairs, you should create a config using pspell_config_create, - set the personal wordlist file with pspell_config_personal - , set the file for replacement pairs with + set the personal wordlist file with + pspell_config_personal, + set the file for replacement pairs with pspell_config_repl, and open a new dictionary with pspell_new_config. diff --git a/functions/uodbc.xml b/functions/uodbc.xml index 1ed0d41bde..665946f610 100644 --- a/functions/uodbc.xml +++ b/functions/uodbc.xml @@ -923,8 +923,9 @@ $item_val = odbc_result ($Query_ID, "val"); Field indices start from 1. Regarding the way binary or - long column data is returned refer to odbc_binmode - and odbc_longreadlen. + long column data is returned refer to + odbc_binmode and + odbc_longreadlen.