From 3e8a9d1905c3110a4e7ac18044f477c60b02e098 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 9 Jan 2007 08:30:31 +0000 Subject: - Cleanup form attributes. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.install') 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, '', '')"); } variable_del('update_1020_ok'); - return $ret; + return $ret; } -- cgit v1.2.3