mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Initial Lastread support. Mind the schema and config changes\!
git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -86,6 +86,10 @@ define('POST_NORMAL', 0);
|
||||
define('POST_STICKY', 1);
|
||||
define('POST_ANNOUNCE', 2);
|
||||
|
||||
// Lastread types
|
||||
define('LASTREAD_NORMAL', 0); // not used at the moment
|
||||
define('LASTREAD_POSTED', 1);
|
||||
|
||||
// Error codes
|
||||
define('MESSAGE', 200);
|
||||
define('ERROR', 201);
|
||||
@@ -109,6 +113,7 @@ define('FORUMS_TABLE', $table_prefix.'forums');
|
||||
define('FORUMS_WATCH_TABLE', $table_prefix.'forums_watch');
|
||||
define('GROUPS_TABLE', $table_prefix.'groups');
|
||||
define('ICONS_TABLE', $table_prefix.'icons');
|
||||
define('LASTREAD_TABLE', $table_prefix.'lastread');
|
||||
define('LOG_ADMIN_TABLE', $table_prefix.'log_admin');
|
||||
define('LOG_MOD_TABLE', $table_prefix.'log_moderator');
|
||||
define('MODERATOR_TABLE', $table_prefix.'moderator_cache');
|
||||
@@ -196,4 +201,4 @@ function slash_input_data(&$data)
|
||||
return $data;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user