[otrs-cvs]
CVS: otrs/Kernel/Output/HTML ArticleComposeCrypt.pm, 1.7, 1.8
ArticleComposeSign.pm,1.8,1.9
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jan 8 18:00:44 CET 2007
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv8056/Kernel/Output/HTML
Modified Files:
ArticleComposeCrypt.pm ArticleComposeSign.pm
Log Message:
added main object
Index: ArticleComposeCrypt.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/ArticleComposeCrypt.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** ArticleComposeCrypt.pm 29 Aug 2006 17:15:22 -0000 1.7
--- ArticleComposeCrypt.pm 8 Jan 2007 17:00:42 -0000 1.8
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ArticleComposeCrypt.pm
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ArticleComposeCrypt.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 29,33 ****
# get needed objects
! foreach (qw(ConfigObject LogObject DBObject LayoutObject UserID TicketObject ParamObject)) {
$Self->{$_} = $Param{$_} || die "Got no $_!";
}
--- 29,33 ----
# get needed objects
! foreach (qw(ConfigObject LogObject DBObject LayoutObject UserID TicketObject ParamObject MainObject)) {
$Self->{$_} = $Param{$_} || die "Got no $_!";
}
Index: ArticleComposeSign.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/ArticleComposeSign.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** ArticleComposeSign.pm 29 Aug 2006 17:15:22 -0000 1.8
--- ArticleComposeSign.pm 8 Jan 2007 17:00:42 -0000 1.9
***************
*** 1,5 ****
# --
# Kernel/Output/HTML/ArticleComposeSign.pm
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Output/HTML/ArticleComposeSign.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
***************
*** 30,34 ****
# get needed objects
! foreach (qw(ConfigObject LogObject DBObject LayoutObject UserID TicketObject ParamObject)) {
$Self->{$_} = $Param{$_} || die "Got no $_!";
}
--- 30,34 ----
# get needed objects
! foreach (qw(ConfigObject LogObject DBObject LayoutObject UserID TicketObject ParamObject MainObject)) {
$Self->{$_} = $Param{$_} || die "Got no $_!";
}
More information about the cvs-log
mailing list