--- 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">