includes/common.php
changeset 10 2f530ad04f1b
parent 3 2b2084ca1e60
child 12 c96a9b56f16c
--- a/includes/common.php	Sat Jun 16 18:47:06 2007 -0400
+++ b/includes/common.php	Tue Jun 19 18:41:10 2007 -0400
@@ -158,6 +158,7 @@
     table_prefix.'session_keys',
     table_prefix.'pages',
     table_prefix.'users',
+    table_prefix.'users_extra',
     table_prefix.'themes',
     table_prefix.'buddies',
     table_prefix.'banlist',
@@ -216,7 +217,10 @@
   }
   else
   {
-    if(!$n = getConfig('site_disabled_notice')) $n = 'The administrator has disabled the site. Please check back later.';
+    if(!$n = getConfig('site_disabled_notice')) 
+    {
+      $n = 'The administrator has disabled the site. Please check back later.';
+    }
     
     $text = RenderMan::render($n) . '
     <div class="info-box">