summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install9
1 files changed, 9 insertions, 0 deletions
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
@@ -3421,6 +3421,15 @@ function system_update_1017() {
}
/**
+ * Change break tag.
+ */
+function system_update_1018() {
+ $ret = array();
+ $ret[] = update_sql("UPDATE {node_revisions} SET body = REPLACE(body, '<!--break-->', '<break>')");
+ return $ret;
+}
+
+/**
* @} End of "defgroup updates-4.7-to-5.0"
*/