diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-12 13:20:38 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-12 13:20:38 +0000 |
commit | 599d8496bf328981a5c789eed2bb74af8115367e (patch) | |
tree | e43c1653d936e607421430484582e8caf4c9b5b2 /phpBB/includes/functions_posting.php | |
parent | 841f5d82f6a33c390ad02c543e7231361dd5e396 (diff) | |
download | forums-599d8496bf328981a5c789eed2bb74af8115367e.tar forums-599d8496bf328981a5c789eed2bb74af8115367e.tar.gz forums-599d8496bf328981a5c789eed2bb74af8115367e.tar.bz2 forums-599d8496bf328981a5c789eed2bb74af8115367e.tar.xz forums-599d8496bf328981a5c789eed2bb74af8115367e.zip |
informational change for orphaned attachments - they only list already uploaded files not assigned to posts (orphaned attachments).
add index.htm files to cache and files directory.
git-svn-id: file:///svn/phpbb/trunk@7547 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 3b0da3d63b..2cbfd56adc 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -1436,7 +1436,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u } // First of all make sure the subject and topic title are having the correct length. - // To achive this without cutting off between special chars we convert to an array and then count the elements. + // To achieve this without cutting off between special chars we convert to an array and then count the elements. $subject = truncate_string($subject); $data['topic_title'] = truncate_string($data['topic_title']); |