[otrs-cvs] otrs/Kernel/System/Ticket Article.pm,1.139,1.140
cvs-log at otrs.org
cvs-log at otrs.org
Thu Apr 12 21:34:02 GMT 2007
Comments:
Update of /home/cvs/otrs/Kernel/System/Ticket
In directory lancelot:/tmp/cvs-serv11120/Kernel/System/Ticket
Modified Files:
Article.pm
Log Message:
Fixed Created param of Article().
Author: martin
Index: Article.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket/Article.pm,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** Article.pm 27 Mar 2007 14:08:10 -0000 1.139
--- Article.pm 12 Apr 2007 21:33:57 -0000 1.140
***************
*** 1172,1176 ****
my @Content = ();
my $SQL = "SELECT sa.ticket_id, sa.a_from, sa.a_to, sa.a_cc, sa.a_subject, ".
! " sa.a_reply_to, sa. a_message_id, sa.a_body, ".
" st.create_time_unix, st.ticket_state_id, st.queue_id, sa.create_time, ".
" sa.a_content_type, sa.create_by, st.tn, article_sender_type_id, st.customer_id, ".
--- 1172,1176 ----
my @Content = ();
my $SQL = "SELECT sa.ticket_id, sa.a_from, sa.a_to, sa.a_cc, sa.a_subject, ".
! " sa.a_reply_to, sa.a_message_id, sa.a_body, ".
" st.create_time_unix, st.ticket_state_id, st.queue_id, sa.create_time, ".
" sa.a_content_type, sa.create_by, st.tn, article_sender_type_id, st.customer_id, ".
***************
*** 1322,1326 ****
$Data{$_} =~ s/\n|\r//g if ($Data{$_});
}
! push (@Content, {%Data, %Ticket});
}
# get type
--- 1322,1326 ----
$Data{$_} =~ s/\n|\r//g if ($Data{$_});
}
! push (@Content, {%Ticket, %Data});
}
# get type
More information about the cvs-log
mailing list