phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/inc/class.boaction.inc.php, 1.17.2.6


From: nomail
Subject: [Phpgroupware-cvs] email/inc/class.boaction.inc.php, 1.17.2.6
Date: Tue, 20 Jul 2004 10:17:10 +0200

Update of /email/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.boaction.inc.php

date: 2004/07/20 08:17:10;  author: skwashd;  state: Exp;  lines: +6 -1

Log Message:
fix reload delete bug reported by bard on irc
=====================================================================
Index: email/inc/class.boaction.inc.php
diff -u email/inc/class.boaction.inc.php:1.17.2.5 
email/inc/class.boaction.inc.php:1.17.2.6
--- email/inc/class.boaction.inc.php:1.17.2.5   Thu Mar 11 00:37:54 2004
+++ email/inc/class.boaction.inc.php    Tue Jul 20 08:17:10 2004
@@ -80,6 +80,11 @@
                {
                        //if ($this->debug > 0) { echo 'ENTERING 
email.boaction.delmov'.'<br>'; }
                        
+                       if( $GLOBALS['phpgw']->session->is_repost() ) //stop 
double deletion
+                       {
+                               Header('Location: ' . 
$GLOBALS['phpgw']->link('/email/index.php'));
+                       }
+                       
                        // make sure we have msg object and a server stream
                        $this->msg_bootstrap = 
CreateObject("email.msg_bootstrap");
                        
$this->msg_bootstrap->ensure_mail_msg_exists('email.boaction.delmov', 
$this->debug);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]