mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Improved detection of deprecated functions/methods and display in DEBUG mode: deprecated.
This commit is contained in:
@@ -142,6 +142,7 @@
|
||||
*/
|
||||
function show_send($to_uid)
|
||||
{
|
||||
// trigger_error('Method ' . __METHOD__ . ' is deprecated. Use e107::serialize() instead.', E_USER_DEPRECATED);
|
||||
$pm_info = array();
|
||||
$pm_outbox = $this->pmManager->pm_getInfo('outbox');
|
||||
|
||||
|
Reference in New Issue
Block a user