From 2474121c33ac20684508657f787321945f7ec3c3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Dec 2006 21:07:15 +0000 Subject: - Patch # #87145 by Steven: usability improvement: easier break-tag. --- modules/system/system.install | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index 9b0c77da1..42c4728a9 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3420,6 +3420,15 @@ function system_update_1017() { return $ret; } +/** + * Change break tag. + */ +function system_update_1018() { + $ret = array(); + $ret[] = update_sql("UPDATE {node_revisions} SET body = REPLACE(body, '', '')"); + return $ret; +} + /** * @} End of "defgroup updates-4.7-to-5.0" */ -- cgit v1.2.3