mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected.
This commit is contained in:
@@ -316,7 +316,9 @@ class private_message
|
||||
}
|
||||
if ($aCount[0] || $aCount[1])
|
||||
{
|
||||
$ret .= str_replace(array('--GOOD--', '--FAIL--'), $aCount, LAN_PM_71).'<br />';
|
||||
|
||||
// $ret .= str_replace(array('--GOOD--', '--FAIL--'), $aCount, LAN_PM_71).'<br />';
|
||||
$ret .= e107::getParser()->lanVars(LAN_PM_71, $aCount);
|
||||
}
|
||||
$sql->delete('private_msg', 'pm_id = '.$pmid);
|
||||
}
|
||||
|
Reference in New Issue
Block a user