1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00
This commit is contained in:
mcfly
2007-07-14 20:38:11 +00:00
parent 9797d1ec45
commit 4cff59675c

View File

@@ -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.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm.php,v $
| $Revision: 1.4 $ | $Revision: 1.5 $
| $Date: 2007-06-28 19:28:11 $ | $Date: 2007-07-14 20:38:11 $
| $Author: e107steved $ | $Author: mcfly_e107 $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -105,6 +105,7 @@ if("del" == $action || isset($_POST['pm_delete_selected']))
$action = "outbox"; $action = "outbox";
} }
} }
$pm_proc_id = 0;
unset($qs); unset($qs);
} }