
On 01.03.2013 17:40, Gerald Young wrote:
Vadim,
If you have proof, show it.
Hopefully these examples are enough:
my $Line = 2500;
$Data{Body} .= "<br/>---- $EndForwardedMessage ---<br/>";
$Ticket{CreateBy} = $Row[27];
$Ticket{ArchiveFlag} = $Row[26] ? 'y' : 'n';
$Ticket{Changed} = $Row[16];
the whole TicketFreeKey[1-16] (replaced with dynamic, finally)
elsif ( $Row[0] =~ /^Ticket moved to Queue '.+?' \(ID=(.+?)\)/ ) {
$Param{Name} = substr( $Param{Name}, 0, 200 );
elsif ( substr( $Item, 0, 8 ) eq '[RegExp]' ) {
CompanyTickets => {
All => {
Name => 'All',
Prio => 1000,
$Param{SLAStrg} = $Self->{LayoutObject}->BuildSelection(
Max => 200,
$Param{$_} = substr( $Param{$_}, 0, 3800 );
# undocumented mentioned in bug#8953:
if (
$UserData{UserSendFollowUpNotification}
&& $UserData{UserSendFollowUpNotification} == 2
( $File{Filename} =~ /^file-[12]$/ || $File{Filename} eq 'file-1.html' )
sub CustomerSearch {
for my $Count ( '', 1 .. 10 ) {
if ( $Param{NewLine} && length( ${$Text} ) < 140_000 ) {
my $Key = sprintf( "%07d", $Item->{Prio} );
for ( 1 .. 51 ) {
last if !$NavBarModule{$Key};
if ( $Self->{ArticleFilter} ) {
$HighlightStyle = 'PriorityID-5';
that's far from complete list, of course.
--
Vadim Goncharov