diff options
| author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-16 13:02:37 +0000 |
|---|---|---|
| committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-01-16 13:02:37 +0000 |
| commit | 18f64960cdc7a15405ff2a73e8550c67311668d0 (patch) | |
| tree | 17e02efe2e3481941081bb3f330c4c3ef624d6c5 /phpBB/includes/acp/acp_attachments.php | |
| parent | ce60114a71b87150e9c8440eeb09be5a5cb66607 (diff) | |
| download | forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.gz forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.bz2 forums-18f64960cdc7a15405ff2a73e8550c67311668d0.tar.xz forums-18f64960cdc7a15405ff2a73e8550c67311668d0.zip | |
#7120
- some consistency fixes
git-svn-id: file:///svn/phpbb/trunk@6888 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
| -rw-r--r-- | phpBB/includes/acp/acp_attachments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index eceaaa4cb5..9d98646b81 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -105,8 +105,8 @@ class acp_attachments 'img_max_thumb_width' => array('lang' => 'MAX_THUMB_WIDTH', 'validate' => 'int', 'type' => 'text:7:15', 'explain' => true, 'append' => ' px'), 'img_min_thumb_filesize' => array('lang' => 'MIN_THUMB_FILESIZE', 'validate' => 'int', 'type' => 'text:7:15', 'explain' => true, 'append' => ' ' . $user->lang['BYTES']), 'img_imagick' => array('lang' => 'IMAGICK_PATH', 'validate' => 'string', 'type' => 'text:20:200', 'explain' => true, 'append' => ' <span>[ <a href="' . $this->u_action . '&action=imgmagick">' . $user->lang['SEARCH_IMAGICK'] . '</a> ]</span>'), - 'img_max' => array('lang' => 'MAX_IMAGE_SIZE', 'validate' => 'int', 'type' => 'dimension:3:4', 'explain' => true), - 'img_link' => array('lang' => 'IMAGE_LINK_SIZE', 'validate' => 'int', 'type' => 'dimension:3:4', 'explain' => true), + 'img_max' => array('lang' => 'MAX_IMAGE_SIZE', 'validate' => 'int', 'type' => 'dimension:3:4', 'explain' => true, 'append' => ' px'), + 'img_link' => array('lang' => 'IMAGE_LINK_SIZE', 'validate' => 'int', 'type' => 'dimension:3:4', 'explain' => true, 'append' => ' px'), ) ); |
