From 4cff59675cbcf18dcf6d1c5d6cc79cc149498602 Mon Sep 17 00:00:00 2001 From: mcfly Date: Sat, 14 Jul 2007 20:38:11 +0000 Subject: [PATCH] Bugtracker #4011 --- e107_plugins/pm/pm.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/e107_plugins/pm/pm.php b/e107_plugins/pm/pm.php index d3c11dcf1..b16d43d84 100755 --- a/e107_plugins/pm/pm.php +++ b/e107_plugins/pm/pm.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm.php,v $ -| $Revision: 1.4 $ -| $Date: 2007-06-28 19:28:11 $ -| $Author: e107steved $ +| $Revision: 1.5 $ +| $Date: 2007-07-14 20:38:11 $ +| $Author: mcfly_e107 $ +----------------------------------------------------------------------------+ */ @@ -105,6 +105,7 @@ if("del" == $action || isset($_POST['pm_delete_selected'])) $action = "outbox"; } } + $pm_proc_id = 0; unset($qs); }