From 597d15b64a6cf9fcff6890e7de8b55f5ce2818f1 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Sun, 4 May 2008 18:18:43 +0000 Subject: [PATCH] wrong function name git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259041 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dbase/functions/dbase-replace-record.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/dbase/functions/dbase-replace-record.xml b/reference/dbase/functions/dbase-replace-record.xml index c88d17b45b..7308e85906 100644 --- a/reference/dbase/functions/dbase-replace-record.xml +++ b/reference/dbase/functions/dbase-replace-record.xml @@ -1,5 +1,5 @@ - + dbase_replace_record @@ -34,9 +34,9 @@ record - An indexed array of data. The number of items must be equal to the number of - fields in the database, otherwise dbase_add_record - will fail. + An indexed array of data. The number of items must be equal to the + number of fields in the database, otherwise + dbase_replace_record will fail.