ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra.pm (file contents):
Revision 1.36 by root, Sun Mar 12 23:21:11 2006 UTC vs.
Revision 1.37 by root, Sun Mar 12 23:21:53 2006 UTC

364 map !exists $section{$_} ? () : do { 364 map !exists $section{$_} ? () : do {
365 my $attr = delete $section{$_}; 365 my $attr = delete $section{$_};
366 366
367 [ 367 [
368 $_, 368 $_,
369 map exists $attr->{$_} ? [$_ => delete $attr->{$_}] : (), 369 map exists $attr->{$_} && !ignore{$_} ? [$_ => delete $attr->{$_}] : (),
370 @attr_order 370 @attr_order
371 ] 371 ]
372 }, 372 },
373 373
374 exists $section{$_} ? [$_ => delete $section{$_}] : (), 374 exists $section{$_} ? [$_ => delete $section{$_}] : (),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines