From 0f088b79ca2fefb4aa92b91cee1d32e162a3dfaf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 12 Aug 2004 18:00:11 +0000 Subject: - Patch #9983 by Stefan: various code style improvements. --- database/updates.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'database') 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)) { -- cgit v1.2.3