mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
hide warning when checking for tt-rss tables if tables are not present
This commit is contained in:
@@ -357,7 +357,7 @@
|
|||||||
<p>Before you can start using tt-rss, database needs to be initialized. Click on the button below to do that now.</p>
|
<p>Before you can start using tt-rss, database needs to be initialized. Click on the button below to do that now.</p>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$result = db_query($link, "SELECT true FROM ttrss_feeds", $DB_TYPE, false);
|
$result = @db_query($link, "SELECT true FROM ttrss_feeds", $DB_TYPE, false);
|
||||||
|
|
||||||
if ($result) {
|
if ($result) {
|
||||||
print_error("Existing tt-rss tables will be removed from the database. If you would like to keep your data, skip database initialization.");
|
print_error("Existing tt-rss tables will be removed from the database. If you would like to keep your data, skip database initialization.");
|
||||||
|
|||||||
Reference in New Issue
Block a user