diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 6 |
1 files changed, 3 insertions, 3 deletions
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'); |