[otrs-cvs] otrs/bin opm.pl,1.24,1.25

CVS commits notifications of OTRS.org cvs-log at otrs.org
Tue Apr 29 22:14:37 GMT 2008


Comments:
Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv4236/bin

Modified Files:
	opm.pl 
Log Message:
Small code layout improvement.

Author: martin

Index: opm.pl
===================================================================
RCS file: /home/cvs/otrs/bin/opm.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** opm.pl	8 Apr 2008 14:16:29 -0000	1.24
--- opm.pl	29 Apr 2008 22:14:32 -0000	1.25
***************
*** 577,582 ****
                      exit 1;
                  }
!                 my %Structure
!                     = $CommonObject{PackageObject}->PackageParse( String => ${$ContentRef} );
                  my $XML = $CommonObject{PackageObject}->PackageBuild( %Structure, Type => 'Index' );
                  print "<Package>\n";
--- 577,581 ----
                      exit 1;
                  }
!                 my %Structure = $CommonObject{PackageObject}->PackageParse( String => ${$ContentRef} );
                  my $XML = $CommonObject{PackageObject}->PackageBuild( %Structure, Type => 'Index' );
                  print "<Package>\n";


More information about the cvs-log mailing list