From c63eabe2c645c5492cfaac38cb3ad9fc27197407 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Fri, 23 Feb 2001 20:20:45 +0000 Subject: [PATCH] Added another error code to ccnfig git-svn-id: file:///svn/phpbb/trunk@32 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/config.php b/phpBB/config.php index 5c5b8fed54..57ac42284c 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -56,7 +56,7 @@ define(SQL_CONNECT, 1); define(BANNED, 2); define(QUERY_ERROR, 3); define(SESSION_CREATE, 4); - +define(NO_TOPICS, 5); // Session data $session_cookie = "phpBBsession";