From c4c74732db6b4ee63d970af29d1abfc692a17d7c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Dec 2011 16:45:19 +0400 Subject: fix OPML import --- classes/dlg.php | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index b0cfe4451..a72683ef3 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -40,22 +40,11 @@ class Dlg extends Protected_Handler { /* Handle OPML import by DOMXML/DOMDocument */ - if (function_exists('domxml_open_file')) { - print ""; - } else if (PHP_VERSION >= 5) { - print ""; - } else { - print_error(__("DOMXML extension is not found. It is required for PHP versions below 5.")); - } - + print ""; print ""; print "
"; -- cgit v1.2.3