[otrs-cvs] otrs/Kernel/Modules AdminProcessManagement.pm, 1.49, 1.50

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv13495/Kernel/Modules

Modified Files:
	AdminProcessManagement.pm 
Log Message:
Improved check for definedness to avoid perl warning.

Author: mg

Index: AdminProcessManagement.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminProcessManagement.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -2 -u -d -r1.49 -r1.50
--- AdminProcessManagement.pm	7 Feb 2013 08:57:26 -0000	1.49
+++ AdminProcessManagement.pm	7 Feb 2013 12:25:50 -0000	1.50
@@ -590,5 +590,5 @@
                         ->{$ElementAttribute};
 
-                    if ( $Value ne undef ) {
+                    if ( defined $Value ) {
 
                         if ( $ElementAttribute eq 'RequiredLock' ) {
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.