summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-09 08:30:31 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-09 08:30:31 +0000
commit3e8a9d1905c3110a4e7ac18044f477c60b02e098 (patch)
tree0b9fcb15165fb8cc9957b6719423d5cbec556654 /modules/system/system.install
parent250d0d0299ee25547a7c9636585501b7485d165f (diff)
downloadbrdo-3e8a9d1905c3110a4e7ac18044f477c60b02e098.tar.gz
brdo-3e8a9d1905c3110a4e7ac18044f477c60b02e098.tar.bz2
- Cleanup form attributes.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index cda02552d..282457bf0 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -3486,7 +3486,7 @@ function system_update_1020() {
$ret[] = update_sql("UPDATE {node_revisions} SET body = REPLACE(body, '<break>', '<!--break-->')");
}
variable_del('update_1020_ok');
- return $ret;
+ return $ret;
}