mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Bugtracker #3807 - typo if attaching files in pm
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_class.php,v $
|
||||||
| $Revision: 1.1.1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2006-12-02 04:35:38 $
|
| $Date: 2007-02-26 20:29:19 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ class private_message
|
|||||||
$txt = LAN_PM_101.SITENAME."\n\n";
|
$txt = LAN_PM_101.SITENAME."\n\n";
|
||||||
$txt .= LAN_PM_102.USERNAME."\n";
|
$txt .= LAN_PM_102.USERNAME."\n";
|
||||||
$txt .= LAN_PM_103.$pminfo['pm_subject']."\n";
|
$txt .= LAN_PM_103.$pminfo['pm_subject']."\n";
|
||||||
if($attch_count > 0)
|
if($attach_count > 0)
|
||||||
{
|
{
|
||||||
$txt .= LAN_PM_104.$attach_count."\n";
|
$txt .= LAN_PM_104.$attach_count."\n";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user