diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-09 08:30:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-09 08:30:31 +0000 |
commit | 3e8a9d1905c3110a4e7ac18044f477c60b02e098 (patch) | |
tree | 0b9fcb15165fb8cc9957b6719423d5cbec556654 /modules/system/system.install | |
parent | 250d0d0299ee25547a7c9636585501b7485d165f (diff) | |
download | brdo-3e8a9d1905c3110a4e7ac18044f477c60b02e098.tar.gz brdo-3e8a9d1905c3110a4e7ac18044f477c60b02e098.tar.bz2 |
- Cleanup form attributes.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
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; } |