]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
change _() to __() (use php-gettext)
[tt-rss.git] / opml.php
index d6ecbbda39aa2109ec1d93e4d7efc27f3347ab01..0113fe9e0463413024c13596b09ebec0617c3501 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -1,4 +1,6 @@
 <?php
+       error_reporting(E_ERROR | E_WARNING | E_PARSE);
+
        require_once "sessions.php";
        require_once "sanity_check.php";
        require_once "functions.php";
                        </head>
                        <body>
                        <div class=\"floatingLogo\"><img src=\"images/ttrss_logo.png\"></div>
-                       <h1>"._('OPML Utility')."</h1>";
+                       <h1>".__('OPML Utility')."</h1>";
 
                if (function_exists('domxml_open_file')) {
                        print "<p>Importing OPML (using DOMXML extension)...</p>";