diff options
Diffstat (limited to 'includes/locale.inc')
-rw-r--r-- | includes/locale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index d526a33de..825f438a0 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1301,7 +1301,7 @@ function _locale_import_parse_quoted($string) { */ function _locale_export_po($language) { global $user; - + $header = ''; // Get language specific strings, or all strings if ($language) { $meta = db_fetch_object(db_query("SELECT * FROM {languages} WHERE language = '%s'", $language)); |