diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-19 16:48:47 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-06-19 16:48:47 +0000 |
commit | fed8ae89c50035d27000b9c6c692cc25cfec07bf (patch) | |
tree | bdfb55b065041bb8219d4f398ad739f0ea80d121 /phpBB/memberlist.php | |
parent | 50c157aed97eec6919332d8be24842d74587a792 (diff) | |
download | forums-fed8ae89c50035d27000b9c6c692cc25cfec07bf.tar forums-fed8ae89c50035d27000b9c6c692cc25cfec07bf.tar.gz forums-fed8ae89c50035d27000b9c6c692cc25cfec07bf.tar.bz2 forums-fed8ae89c50035d27000b9c6c692cc25cfec07bf.tar.xz forums-fed8ae89c50035d27000b9c6c692cc25cfec07bf.zip |
Missing sprintf
git-svn-id: file:///svn/phpbb/trunk@4152 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 998cf0a487..c19f8f9af9 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -22,6 +22,7 @@ // TODO // Add permission check for IM clients // Combine Jabber and email contact capabilities? +// When registering a new jabber user the message doesn't get sent first time define('IN_PHPBB', true); $phpbb_root_path = './'; @@ -228,6 +229,7 @@ switch ($mode) 'PRESENCE_IMG' => $presence_img, 'L_SEND_IM_EXPLAIN' => $user->lang['IM_' . $lang], + 'L_IM_SENT_JABBER' => sprintf($user->lang['IM_SENT_JABBER'], $row['username']), $s_select => true, 'S_IM_ACTION' => $s_action) |