]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove obsolete version check from backend.php
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Nov 2005 10:28:48 +0000 (11:28 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Nov 2005 10:28:48 +0000 (11:28 +0100)
backend.php

index cd05898f3c95adc66c1664fe4047600d5003ae5b..169ce297a181165547f29e0e32d10821475325eb 100644 (file)
                pg_query("set client_encoding = 'utf-8'");
        }
 
-/*
-       $result = db_query($link, "SELECT schema_version FROM ttrss_version");
-
-       $schema_version = db_fetch_result($result, 0, "schema_version");
-
-       if ($schema_version != SCHEMA_VERSION) {
-               print "Error: database schema is invalid
-                       (got version $schema_version; expected ".SCHEMA_VERSION.")";
-               return;
-       }
-*/
-
        $fetch = $_GET["fetch"];
 
        /* FIXME this needs reworking */