summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/database/updates.inc b/database/updates.inc
index 6576f9ca8..6bc5a5741 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -1507,7 +1507,7 @@ function update_101() {
// but not the fixed fields
unset($fields['lid'], $fields['location'], $fields['string']);
-
+
// insert locales
$list = _locale_get_iso639_list();
foreach ($fields as $key => $value) {
@@ -1524,7 +1524,7 @@ function update_101() {
}
}
}
-
+
// get all strings
$result = db_query('SELECT * FROM {locales}');
while($entry = db_fetch_object($result)) {