mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
OPML: use PDO; minor fixes
This commit is contained in:
@@ -18,16 +18,12 @@ class Dlg extends Handler_Protected {
|
||||
|
||||
print "<div class=\"prefFeedOPMLHolder\">";
|
||||
|
||||
$this->pdo->beginTransaction();
|
||||
|
||||
print "<ul class='nomarks'>";
|
||||
|
||||
$opml = new Opml($_REQUEST);
|
||||
|
||||
$opml->opml_import($_SESSION["uid"]);
|
||||
|
||||
$this->pdo->commit();
|
||||
|
||||
print "</ul>";
|
||||
print "</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user