From f6c0530f774baf4f7db5956b6a7f69ffe0ded091 Mon Sep 17 00:00:00 2001
From: Peter Cowburn <salathe@php.net>
Date: Thu, 5 Apr 2012 07:57:26 +0000
Subject: [PATCH] fix build - missing/incorrect default namespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324832 c90b9560-bf6c-de11-be94-00142212c4b1
---
 language-snippets.ent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/language-snippets.ent b/language-snippets.ent
index a0330dbb39..05556ef4c8 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -1089,7 +1089,7 @@ field_offset</parameter></term><listitem><para>The numerical field offset. The
 <!ENTITY mysql.alternative.include 'Alternatives to this function include: '>
 
 <!ENTITY mysql.alternative.note '<title xmlns="http://docbook.org/ns/docbook">Suggested alternatives</title>
-<para>Use of this extension is discouraged. Instead, the <link linkend="book.mysqli">MySQLi</link> or 
+<para xmlns="http://docbook.org/ns/docbook">Use of this extension is discouraged. Instead, the <link linkend="book.mysqli">MySQLi</link> or 
 <link linkend="ref.pdo-mysql">PDO_MySQL</link> extension should be used. See also <link linkend="mysqlinfo.api.choosing">MySQL: 
 choosing an API</link> for more information.</para>'>