Cleanup: removed all closing tags in php files.
[fa-stable.git] / includes / lang / gettext.inc
index 72f246001c8ac6304f63f191a283d672c9ef8ec7..cabd60991c180baf5afa5802624e28fc31668f95 100644 (file)
@@ -543,7 +543,6 @@ class gettext_php_support_compiler
             fwrite($fp, '    \'' . $key . '\' => \'' . $value . "',\n");
         }
         fwrite($fp, ');' . "\n");
-        fwrite($fp, '?>');
         fclose($fp);
     }
 }
@@ -569,4 +568,3 @@ function set_ext_domain($path='') {
                $GetText->add_domain($_SESSION['language']->code,
                        $lang_path, $path ? '' : $_SESSION['language']->version);
 }
-?>