From ef59e6e85fe949a3afcd42a4a9b9df42a625ace2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 15:08:00 +0100 Subject: opml/db updater tweaks --- opml.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'opml.php') diff --git a/opml.php b/opml.php index b3707df75..718d47bbc 100644 --- a/opml.php +++ b/opml.php @@ -97,18 +97,19 @@ print " - + + OPML Utility -
-

"._('OPML Import')."

"; +
+

"._('OPML Utility')."

"; if (function_exists('domxml_open_file')) { - print "

Using DOMXML library

"; + print "

Importing OPML (using DOMXML extension)...

"; require_once "modules/opml_domxml.php"; opml_import_domxml($link, $owner_uid); } else { - print "

Using DOMDocument library (PHP5)

"; + print "

Importing OPML (using DOMDocument extension)...

"; require_once "modules/opml_domdoc.php"; opml_import_domdoc($link, $owner_uid); } -- cgit v1.2.3-54-g00ecf