From f24e031aca532a80fa0c088d9b489c0ce51d952a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 8 Jun 2009 21:00:56 +0000 Subject: - Patch #484862 by andypost: whitespace issues. --- modules/system/system.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index 5a68e7007..92adc499b 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3525,9 +3525,9 @@ function system_update_7024() { return $ret; } - /** - * Improve indexes on the {url_alias} table. - */ +/** + * Improve indexes on the {url_alias} table. + */ function system_update_7025() { $ret = array(); db_drop_index($ret, 'url_alias', 'src_language'); -- cgit v1.2.3