summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-08 21:00:56 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-08 21:00:56 +0000
commitf24e031aca532a80fa0c088d9b489c0ce51d952a (patch)
tree84134e955c708077e95c6d0841f3c7a50be4708d
parente9d97f1eef493de9b9cb3ae456175ce33b5cb796 (diff)
downloadbrdo-f24e031aca532a80fa0c088d9b489c0ce51d952a.tar.gz
brdo-f24e031aca532a80fa0c088d9b489c0ce51d952a.tar.bz2
- Patch #484862 by andypost: whitespace issues.
-rw-r--r--modules/system/system.install6
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');