diff options
author | Nils Adermann <naderman@naderman.de> | 2006-03-19 22:25:43 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-03-19 22:25:43 +0000 |
commit | cbbc1d2a4532bde2b612a9757f828e0416e668e2 (patch) | |
tree | bc72bc244514b2121f6b963b65d732df9478061c /phpBB/includes/functions_messenger.php | |
parent | 7dda2cd9bfeb04fc778f96af312a6889e919f409 (diff) | |
download | forums-cbbc1d2a4532bde2b612a9757f828e0416e668e2.tar forums-cbbc1d2a4532bde2b612a9757f828e0416e668e2.tar.gz forums-cbbc1d2a4532bde2b612a9757f828e0416e668e2.tar.bz2 forums-cbbc1d2a4532bde2b612a9757f828e0416e668e2.tar.xz forums-cbbc1d2a4532bde2b612a9757f828e0416e668e2.zip |
- Bug 1104: fixed a typo ($necoding => $encoding)
- Bug 1139: active_topics now has a button to submit the "Display posts from previous <time>" form
- active_topics doesn't return NULL rows anymore
- fix a padding bug in the search forum listing
git-svn-id: file:///svn/phpbb/trunk@5674 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_messenger.php')
-rw-r--r-- | phpBB/includes/functions_messenger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index a72fa33288..ec4b4a1fd0 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -14,7 +14,7 @@ */ class messenger { - var $vars, $msg, $extra_headers, $replyto, $from, $subject, $necoding; + var $vars, $msg, $extra_headers, $replyto, $from, $subject, $encoding; var $addresses = array(); var $mail_priority = MAIL_NORMAL_PRIORITY; |