[otrs-cvs] CVS: otrs/Kernel/Modules AdminPackageManager.pm, 1.30, 1.31

cvs-log at otrs.org cvs-log at otrs.org
Wed Jun 14 04:31:37 CEST 2006


Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv3266/Kernel/Modules

Modified Files:
	AdminPackageManager.pm 
Log Message:
changed reinstall message

Index: AdminPackageManager.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminPackageManager.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** AdminPackageManager.pm	13 Jun 2006 23:49:37 -0000	1.30
--- AdminPackageManager.pm	14 Jun 2006 01:31:35 -0000	1.31
***************
*** 336,340 ****
              $Output .= $Self->{LayoutObject}->Notify(
                  Priority => 'Error',
!                 Data => "$Name $Version".' - $Text{"Package not correctly deployed, you need to deploy it again! You should reinstall the Package again!"}',
                  Link => '$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&Name='.$Name.'&Version='.$Version,
              );
--- 336,340 ----
              $Output .= $Self->{LayoutObject}->Notify(
                  Priority => 'Error',
!                 Data => "$Name $Version".' - $Text{"Package not correctly deployed! You should reinstall the Package again!"}',
                  Link => '$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&Name='.$Name.'&Version='.$Version,
              );



More information about the cvs-log mailing list