[otrs-cvs] FAQ/Kernel/System FAQ.pm,1.16,1.17
cvs-log at otrs.org
cvs-log at otrs.org
Wed Mar 26 08:37:28 GMT 2008
Comments:
Update of /home/cvs/FAQ/Kernel/System
In directory lancelot:/tmp/cvs-serv3291/Kernel/System
Modified Files:
FAQ.pm
Log Message:
Added multi attachment support.
Author: martin
Index: FAQ.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/System/FAQ.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** FAQ.pm 14 Mar 2008 15:50:44 -0000 1.16
--- FAQ.pm 26 Mar 2008 08:37:23 -0000 1.17
***************
*** 17,24 ****
use Kernel::System::Group;
use Kernel::System::CustomerGroup;
use vars qw(@ISA $VERSION);
! $VERSION = '$Revision$';
! $VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
=head1 NAME
--- 17,24 ----
use Kernel::System::Group;
[...2030 lines suppressed...]
$Self->{LogObject}->Log(Priority => 'error', Message => "Need $_!");
--- 2458,2462 ----
# check needed stuff
! for (qw(UserID)) {
if (!$Param{$_}) {
$Self->{LogObject}->Log(Priority => 'error', Message => "Need $_!");
***************
*** 2415,2419 ****
# check needed stuff
! foreach (qw(CustomerUser)) {
if (!$Param{$_}) {
$Self->{LogObject}->Log(Priority => 'error', Message => "Need $_!");
--- 2492,2496 ----
# check needed stuff
! for (qw(CustomerUser)) {
if (!$Param{$_}) {
$Self->{LogObject}->Log(Priority => 'error', Message => "Need $_!");
More information about the cvs-log
mailing list