mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Bugtracker #3997 - missing global - thanks Father Barry
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm.php,v $
|
||||||
| $Revision: 1.3 $
|
| $Revision: 1.4 $
|
||||||
| $Date: 2007-05-28 11:18:18 $
|
| $Date: 2007-06-28 19:28:11 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -184,7 +184,7 @@ exit;
|
|||||||
|
|
||||||
function show_send($to_uid)
|
function show_send($to_uid)
|
||||||
{
|
{
|
||||||
global $tp, $pm_info;
|
global $tp, $pm_info, $pm_prefs;
|
||||||
$pm_outbox = pm_getInfo('outbox');
|
$pm_outbox = pm_getInfo('outbox');
|
||||||
if($to_uid)
|
if($to_uid)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user