aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_messenger.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-03-19 22:25:43 +0000
committerNils Adermann <naderman@naderman.de>2006-03-19 22:25:43 +0000
commitcbbc1d2a4532bde2b612a9757f828e0416e668e2 (patch)
treebc72bc244514b2121f6b963b65d732df9478061c /phpBB/includes/functions_messenger.php
parent7dda2cd9bfeb04fc778f96af312a6889e919f409 (diff)
downloadforums-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.php2
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;