[otrs-cvs] otrs/Kernel/System Auth.pm, 1.26, 1.27 AuthSession.pm,
1.33, 1.34 CSV.pm, 1.16, 1.17 Cache.pm, 1.7, 1.8 CheckItem.pm,
1.26, 1.27 Config.pm, 1.74, 1.75 CustomerAuth.pm, 1.15,
1.16 CustomerCompany.pm, 1.9, 1.10 CustomerGroup.pm, 1.15,
1.16 CustomerUser.pm, 1.38, 1.39 Email.pm, 1.36,
1.37 EmailParser.pm, 1.60, 1.61 Encode.pm, 1.25,
1.26 GenericAgent.pm, 1.34, 1.35 Group.pm, 1.54,
1.55 LinkObject.pm, 1.20, 1.21 Lock.pm, 1.17,
1.18 MailAccount.pm, 1.1, 1.2 PID.pm, 1.10, 1.11 Package.pm,
1.73, 1.74 PostMaster.pm, 1.69, 1.70 Priority.pm, 1.11,
1.12 Queue.pm, 1.84, 1.85 SLA.pm, 1.19, 1.20 Salutation.pm,
1.3, 1.4 SearchProfile.pm, 1.8, 1.9 Service.pm, 1.23,
1.24 Signature.pm, 1.3, 1.4 State.pm, 1.25, 1.26 Stats.pm,
1.40, 1.41 SystemAddress.pm, 1.16, 1.17 Ticket.pm, 1.304,
1.305 Type.pm, 1.4, 1.5 User.pm, 1.75, 1.76 Valid.pm, 1.5,
1.6 XML.pm, 1.69, 1.70
cvs-log at otrs.org
cvs-log at otrs.org
Wed Apr 2 04:52:32 GMT 2008
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv5822/Kernel/System
Modified Files:
Auth.pm AuthSession.pm CSV.pm Cache.pm CheckItem.pm Config.pm
CustomerAuth.pm CustomerCompany.pm CustomerGroup.pm
CustomerUser.pm Email.pm EmailParser.pm Encode.pm
GenericAgent.pm Group.pm LinkObject.pm Lock.pm MailAccount.pm
PID.pm Package.pm PostMaster.pm Priority.pm Queue.pm SLA.pm
Salutation.pm SearchProfile.pm Service.pm Signature.pm
State.pm Stats.pm SystemAddress.pm Ticket.pm Type.pm User.pm
Valid.pm XML.pm
Log Message:
Fixed typo.
Author: tr
Index: Auth.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Auth.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Auth.pm 2 Oct 2007 10:38:58 -0000 1.26
--- Auth.pm 2 Apr 2008 04:52:27 -0000 1.27
***************
*** 1,5 ****
# --
# Kernel/System/Auth.pm - provides the authentification
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Auth.pm - provides the authentification
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 136,140 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 136,140 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: AuthSession.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/AuthSession.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** AuthSession.pm 10 Feb 2008 10:50:55 -0000 1.33
--- AuthSession.pm 2 Apr 2008 04:52:27 -0000 1.34
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: CSV.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CSV.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CSV.pm 27 Feb 2008 13:23:32 -0000 1.16
--- CSV.pm 2 Apr 2008 04:52:27 -0000 1.17
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Cache.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Cache.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Cache.pm 10 Mar 2008 19:40:55 -0000 1.7
--- Cache.pm 2 Apr 2008 04:52:27 -0000 1.8
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: CheckItem.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CheckItem.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** CheckItem.pm 5 Mar 2008 11:46:42 -0000 1.26
--- CheckItem.pm 2 Apr 2008 04:52:27 -0000 1.27
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Config.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Config.pm,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** Config.pm 18 Mar 2008 13:53:08 -0000 1.74
--- Config.pm 2 Apr 2008 04:52:27 -0000 1.75
***************
*** 37,41 ****
=item new()
! create a object
use Kernel::Config;
--- 37,41 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: CustomerAuth.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerAuth.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** CustomerAuth.pm 2 Oct 2007 10:37:19 -0000 1.15
--- CustomerAuth.pm 2 Apr 2008 04:52:27 -0000 1.16
***************
*** 1,5 ****
# --
# Kernel/System/CustomerAuth.pm - provides the authentification
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/CustomerAuth.pm - provides the authentification
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 35,39 ****
=item new()
! create a object
use Kernel::Config;
--- 35,39 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 159,163 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 159,163 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: CustomerCompany.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerCompany.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CustomerCompany.pm 26 Feb 2008 13:23:30 -0000 1.9
--- CustomerCompany.pm 2 Apr 2008 04:52:27 -0000 1.10
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: CustomerGroup.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerGroup.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** CustomerGroup.pm 8 Mar 2008 11:18:32 -0000 1.15
--- CustomerGroup.pm 2 Apr 2008 04:52:27 -0000 1.16
***************
*** 37,41 ****
=item new()
! create a object
use Kernel::Config;
--- 37,41 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: CustomerUser.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/CustomerUser.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** CustomerUser.pm 18 Mar 2008 16:15:36 -0000 1.38
--- CustomerUser.pm 2 Apr 2008 04:52:27 -0000 1.39
***************
*** 35,39 ****
=item new()
! create a object
use Kernel::Config;
--- 35,39 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Email.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Email.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** Email.pm 11 Feb 2008 16:34:08 -0000 1.36
--- Email.pm 2 Apr 2008 04:52:27 -0000 1.37
***************
*** 39,43 ****
=item new()
! create a object
use Kernel::Config;
--- 39,43 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: EmailParser.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/EmailParser.pm,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** EmailParser.pm 22 Mar 2008 00:27:05 -0000 1.60
--- EmailParser.pm 2 Apr 2008 04:52:27 -0000 1.61
***************
*** 41,45 ****
=item new()
! create a object
use Kernel::Config;
--- 41,45 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Encode.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Encode.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Encode.pm 17 Feb 2008 14:28:28 -0000 1.25
--- Encode.pm 2 Apr 2008 04:52:27 -0000 1.26
***************
*** 260,264 ****
Encode::_utf8_on( ${$What} );
-
return $What;
}
--- 260,263 ----
Author: tr
Index: GenericAgent.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/GenericAgent.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** GenericAgent.pm 8 Mar 2008 11:20:27 -0000 1.34
--- GenericAgent.pm 2 Apr 2008 04:52:27 -0000 1.35
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Group.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Group.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** Group.pm 18 Mar 2008 16:15:02 -0000 1.54
--- Group.pm 2 Apr 2008 04:52:27 -0000 1.55
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: LinkObject.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/LinkObject.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** LinkObject.pm 27 Mar 2008 23:16:10 -0000 1.20
--- LinkObject.pm 2 Apr 2008 04:52:27 -0000 1.21
***************
*** 35,39 ****
=item new()
! create a object
use Kernel::Config;
--- 35,39 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Lock.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Lock.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Lock.pm 18 Mar 2008 16:14:29 -0000 1.17
--- Lock.pm 2 Apr 2008 04:52:27 -0000 1.18
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: MailAccount.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/MailAccount.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MailAccount.pm 28 Mar 2008 11:54:44 -0000 1.1
--- MailAccount.pm 2 Apr 2008 04:52:27 -0000 1.2
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: PID.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PID.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** PID.pm 5 Mar 2008 19:49:05 -0000 1.10
--- PID.pm 2 Apr 2008 04:52:27 -0000 1.11
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Package.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Package.pm,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** Package.pm 31 Jan 2008 06:20:20 -0000 1.73
--- Package.pm 2 Apr 2008 04:52:27 -0000 1.74
***************
*** 39,43 ****
=item new()
! create a object
use Kernel::Config;
--- 39,43 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: PostMaster.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PostMaster.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** PostMaster.pm 28 Mar 2008 11:40:40 -0000 1.69
--- PostMaster.pm 2 Apr 2008 04:52:27 -0000 1.70
***************
*** 44,48 ****
=item new()
! create a object
use Kernel::Config;
--- 44,48 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Priority.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Priority.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Priority.pm 2 Oct 2007 10:38:20 -0000 1.11
--- Priority.pm 2 Apr 2008 04:52:27 -0000 1.12
***************
*** 1,5 ****
# --
# Kernel/System/Priority.pm - all ticket priority function
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Priority.pm - all ticket priority function
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 324,328 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 324,328 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: Queue.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Queue.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** Queue.pm 25 Mar 2008 10:05:11 -0000 1.84
--- Queue.pm 2 Apr 2008 04:52:27 -0000 1.85
***************
*** 39,43 ****
=item new()
! create a object
use Kernel::Config;
--- 39,43 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: SLA.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/SLA.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** SLA.pm 14 Mar 2008 14:33:02 -0000 1.19
--- SLA.pm 2 Apr 2008 04:52:27 -0000 1.20
***************
*** 37,41 ****
=item new()
! create a object
use Kernel::Config;
--- 37,41 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Salutation.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Salutation.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Salutation.pm 2 Oct 2007 10:37:06 -0000 1.3
--- Salutation.pm 2 Apr 2008 04:52:27 -0000 1.4
***************
*** 1,5 ****
# --
# Kernel/System/Salutation.pm - All salutation related function should be here eventually
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Salutation.pm - All salutation related function should be here eventually
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 286,290 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 286,290 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: SearchProfile.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/SearchProfile.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SearchProfile.pm 2 Oct 2007 10:37:06 -0000 1.8
--- SearchProfile.pm 2 Apr 2008 04:52:27 -0000 1.9
***************
*** 1,5 ****
# --
# Kernel/System/SearchProfile.pm - module to manage search profiles
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/SearchProfile.pm - module to manage search profiles
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 281,285 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 281,285 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: Service.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Service.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Service.pm 11 Mar 2008 15:45:34 -0000 1.23
--- Service.pm 2 Apr 2008 04:52:27 -0000 1.24
***************
*** 37,41 ****
=item new()
! create a object
use Kernel::Config;
--- 37,41 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Signature.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Signature.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Signature.pm 2 Oct 2007 10:37:06 -0000 1.3
--- Signature.pm 2 Apr 2008 04:52:27 -0000 1.4
***************
*** 1,5 ****
# --
# Kernel/System/Signature.pm - All signature related function should be here eventually
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Signature.pm - All signature related function should be here eventually
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 286,290 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 286,290 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: State.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/State.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** State.pm 18 Mar 2008 16:13:22 -0000 1.25
--- State.pm 2 Apr 2008 04:52:27 -0000 1.26
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Stats.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Stats.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** Stats.pm 5 Mar 2008 07:16:47 -0000 1.40
--- Stats.pm 2 Apr 2008 04:52:27 -0000 1.41
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: SystemAddress.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/SystemAddress.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** SystemAddress.pm 31 Jan 2008 06:20:20 -0000 1.16
--- SystemAddress.pm 2 Apr 2008 04:52:27 -0000 1.17
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Ticket.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket.pm,v
retrieving revision 1.304
retrieving revision 1.305
diff -C2 -d -r1.304 -r1.305
*** Ticket.pm 31 Mar 2008 22:41:34 -0000 1.304
--- Ticket.pm 2 Apr 2008 04:52:27 -0000 1.305
***************
*** 56,60 ****
=item new()
! create a object
use Kernel::Config;
--- 56,60 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Type.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Type.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Type.pm 8 Mar 2008 10:58:09 -0000 1.4
--- Type.pm 2 Apr 2008 04:52:27 -0000 1.5
***************
*** 36,40 ****
=item new()
! create a object
use Kernel::Config;
--- 36,40 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: User.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/User.pm,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** User.pm 5 Mar 2008 22:57:14 -0000 1.75
--- User.pm 2 Apr 2008 04:52:27 -0000 1.76
***************
*** 39,43 ****
=item new()
! create a object
use Kernel::Config;
--- 39,43 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Valid.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Valid.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Valid.pm 16 Oct 2007 18:10:30 -0000 1.5
--- Valid.pm 2 Apr 2008 04:52:27 -0000 1.6
***************
*** 1,5 ****
# --
# Kernel/System/Valid.pm - all valid functions
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Valid.pm - all valid functions
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 34,38 ****
=item new()
! create a object
use Kernel::Config;
--- 34,38 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 140,144 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 140,144 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: XML.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/XML.pm,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** XML.pm 10 Mar 2008 19:40:55 -0000 1.69
--- XML.pm 2 Apr 2008 04:52:27 -0000 1.70
***************
*** 37,41 ****
=item new()
! create a object
use Kernel::Config;
--- 37,41 ----
=item new()
! create an object
use Kernel::Config;
More information about the cvs-log
mailing list