X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Flang%2Fgettext.inc;h=cabd60991c180baf5afa5802624e28fc31668f95;hb=7561718ee5113232ce917f63085d272884b0929c;hp=72f246001c8ac6304f63f191a283d672c9ef8ec7;hpb=f60b8293f0316ef03429af363b30c753532a67d6;p=fa-stable.git diff --git a/includes/lang/gettext.inc b/includes/lang/gettext.inc index 72f24600..cabd6099 100644 --- a/includes/lang/gettext.inc +++ b/includes/lang/gettext.inc @@ -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); } -?>