]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
add Public_Handler
[tt-rss.git] / update.php
index e6063a9e829e15b92d5641876a43377be9023535..2fa2e2f54b0ea7f3ff7a98de5394ebcee0442813 100755 (executable)
        // Create a database connection.
        $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
 
-       if (!$link) {
-               if (DB_TYPE == "mysql") {
-                       print mysql_error();
-               }
-               // PG seems to display its own errors just fine by default.
-               return;
-       }
-
        init_connection($link);
 
        if ($op == "-feeds") {