aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_board.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-03-23 12:18:09 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-03-23 12:18:09 +0000
commit6039d6f1c689ea9fa6828c6be5c8b02f11e1004c (patch)
tree5c3079b8c499c592fe32825a68413750648779a3 /phpBB/includes/acp/acp_board.php
parentad540a705f92c78862007b951f354f612f80b5c1 (diff)
downloadforums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.gz
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.bz2
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.tar.xz
forums-6039d6f1c689ea9fa6828c6be5c8b02f11e1004c.zip
again, some changes here and there...
git-svn-id: file:///svn/phpbb/trunk@7218 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_board.php')
-rw-r--r--phpBB/includes/acp/acp_board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index 1cc724cd62..89e3a17845 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -237,7 +237,7 @@ class acp_board
'title' => 'ACP_LOAD_SETTINGS',
'vars' => array(
'legend1' => 'GENERAL_SETTINGS',
- 'limit_load' => array('lang' => 'LIMIT_LOAD', 'validate' => 'int', 'type' => 'text:4:4', 'explain' => true),
+ 'limit_load' => array('lang' => 'LIMIT_LOAD', 'validate' => 'string', 'type' => 'text:4:4', 'explain' => true),
'session_length' => array('lang' => 'SESSION_LENGTH', 'validate' => 'int', 'type' => 'text:5:5', 'explain' => true, 'append' => ' ' . $user->lang['SECONDS']),
'active_sessions' => array('lang' => 'LIMIT_SESSIONS', 'validate' => 'int', 'type' => 'text:4:4', 'explain' => true),
'load_online_time' => array('lang' => 'ONLINE_LENGTH', 'validate' => 'int', 'type' => 'text:4:3', 'explain' => true, 'append' => ' ' . $user->lang['MINUTES']),