From 6f4b83bc7fb8fe7ab7d6b5e1159c82b0288d6d52 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 29 Apr 2002 09:35:31 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80387 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-drop-db.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-drop-db.xml b/reference/mysql/functions/mysql-drop-db.xml index bca455dd48..513ba475ed 100644 --- a/reference/mysql/functions/mysql-drop-db.xml +++ b/reference/mysql/functions/mysql-drop-db.xml @@ -1,5 +1,5 @@ - + @@ -35,8 +35,8 @@ - See also: mysql_create_db - mysql_query. + See also: mysql_create_db, + mysql_query.