]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
db updates, remove init_connection()
[tt-rss.git] / index.php
index 2fa8566312ffe51026ce9378d15e30debd4edae0..c21b46809f7d5a776501adaa1ba183300115b9fc 100644 (file)
--- a/index.php
+++ b/index.php
@@ -31,7 +31,7 @@
 
        $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
 
-       if (!init_connection($link)) return;
+       if (!init_plugins($link)) return;
 
        global $pluginhost;
 
        </div>
 </div>
 
-<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
+<div id="notify" class="notify" style="display : none"></div>
 <div id="cmdline" style="display : none"></div>
 <div id="headlines-tmp" style="display : none"></div>