Index: modules/system/system.install =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.install,v retrieving revision 1.337 diff -u -p -r1.337 system.install --- modules/system/system.install 3 Jun 2009 03:29:23 -0000 1.337 +++ modules/system/system.install 3 Jun 2009 04:54:33 -0000 @@ -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');