diff admajax.js.php @ 1085:01783161eeb2

Fix usr and adm ajax and voting.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Jan 2017 22:39:42 +0200
parents f66f50bccbc7
children 95b74632cfe2
line wrap: on
line diff
--- a/admajax.js.php	Wed Jan 25 22:02:29 2017 +0200
+++ b/admajax.js.php	Wed Jan 25 22:39:42 2017 +0200
@@ -13,11 +13,7 @@
 
 // Initiate SQL database connection
 if (!stConnectSQLDB())
-{
-  // Error occured, bail out early
-  cmPrintPageFooter();
   exit;
-}
 
 // Fetch non-"hardcoded" settings from SQL database
 stReloadSettings();