phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19078] Fix a notice and a potential bug


From: Caeies
Subject: [Phpgroupware-cvs] [19078] Fix a notice and a potential bug
Date: Wed, 18 Feb 2009 17:11:25 +0000

Revision: 19078
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19078
Author:   Caeies
Date:     2009-02-18 17:11:25 +0000 (Wed, 18 Feb 2009)

Log Message:
-----------
Fix a notice and a potential bug

Modified Paths:
--------------
    core/trunk/email/inc/class.mail_msg_wrappers.inc.php

Modified: core/trunk/email/inc/class.mail_msg_wrappers.inc.php
===================================================================
--- core/trunk/email/inc/class.mail_msg_wrappers.inc.php        2009-02-18 
17:10:46 UTC (rev 19077)
+++ core/trunk/email/inc/class.mail_msg_wrappers.inc.php        2009-02-18 
17:11:25 UTC (rev 19078)
@@ -5636,7 +5636,7 @@
                                        }
                                        $evaled = '';
                                        eval($code);
-                               if ( !$extra_keys && 
preg_match('/folder_status_info/', $argname) )
+                               if ( !$extra_keys && 
preg_match('/folder_status_info/', $arg_name) )
                                        {
                                                $evaled = 
unserialize(base64_decode($evaled));
                                        }






reply via email to

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