[otrs-cvs] otrs/Kernel/System/CustomerUser DB.pm,1.111,1.112
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System/CustomerUser
In directory lancelot:/tmp/cvs-serv16979/Kernel/System/CustomerUser
Modified Files:
DB.pm
Log Message:
s/seperator/separator/gi
Author: mb
Index: DB.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerUser/DB.pm,v
retrieving revision 1.111
retrieving revision 1.112
diff -2 -u -d -r1.111 -r1.112
--- DB.pm 16 Jan 2013 15:47:15 -0000 1.111
+++ DB.pm 17 Jan 2013 07:28:22 -0000 1.112
@@ -470,8 +470,8 @@
if ( $Data{UserCustomerIDs} ) {
- # used seperators
+ # used separators
for my $Split ( ';', ',', '|' ) {
- # next if seperator is not there
+ # next if separator is not there
next if $Data{UserCustomerIDs} !~ /\Q$Split\E/;
@@ -486,5 +486,5 @@
}
- # fallback if no seperator got found
+ # fallback if no separator got found
if ( !@CustomerIDs ) {
$Data{UserCustomerIDs} =~ s/^\s+//g;
---------------------------------------------------------------------
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