diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-07-02 21:42:54 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-07-02 21:42:54 +0000 |
| commit | 98fc394eb350d55c1876ffe8ce02260113af1368 (patch) | |
| tree | 154800d957fd61fcac225e679fdbe475627d02b4 /phpBB/posting.php | |
| parent | fdd82e4c124ea2c28ae86b837ba629de206c22a0 (diff) | |
| download | forums-98fc394eb350d55c1876ffe8ce02260113af1368.tar forums-98fc394eb350d55c1876ffe8ce02260113af1368.tar.gz forums-98fc394eb350d55c1876ffe8ce02260113af1368.tar.bz2 forums-98fc394eb350d55c1876ffe8ce02260113af1368.tar.xz forums-98fc394eb350d55c1876ffe8ce02260113af1368.zip | |
- fixed language pack management a bit (supporting backslashes)
- fixed ftp_fsock, also fixing a reported bug in there
git-svn-id: file:///svn/phpbb/trunk@6139 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index 71af341565..a35cd3e7dd 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -473,7 +473,7 @@ if ($save && $user->data['is_registered'] && $auth->acl_get('u_savedrafts')) 't' => $topic_id, 'subject' => $subject, 'message' => $message, - ) + ), false ); confirm_box(false, 'SAVE_DRAFT', $s_hidden_fields); |
