From a55a0d99d1a2bd7368fdbb0831f4864e97af6752 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 2 Aug 2009 08:16:16 +0000 Subject: #412410 by c960657: Make schema descriptions plain text. --- includes/database/mysql/schema.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes/database/mysql') diff --git a/includes/database/mysql/schema.inc b/includes/database/mysql/schema.inc index 48e4c2eb7..827f274aa 100644 --- a/includes/database/mysql/schema.inc +++ b/includes/database/mysql/schema.inc @@ -349,9 +349,6 @@ class DatabaseSchema_mysql extends DatabaseSchema { } public function prepareComment($comment, $length = NULL) { - // Decode HTML-encoded comments. - $comment = decode_entities(strip_tags($comment)); - // Work around a bug in some versions of PDO, see http://bugs.php.net/bug.php?id=41125 $comment = str_replace("'", '’', $comment); -- cgit v1.2.3