[otrs-cvs] FAQ/Kernel/Modules FAQ.pm,1.47,1.48

CVS commits notifications of OTRS.org cvs-log at otrs.org
Sat Jul 18 12:45:56 GMT 2009


Comments:
Update of /home/cvs/FAQ/Kernel/Modules
In directory lancelot:/tmp/cvs-serv7134/Kernel/Modules

Modified Files:
	FAQ.pm 
Log Message:
Renamed HTML2Ascii to HTMLUtils.

Author: ub

Index: FAQ.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Modules/FAQ.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** FAQ.pm	15 Jul 2009 21:34:46 -0000	1.47
--- FAQ.pm	18 Jul 2009 12:45:50 -0000	1.48
***************
*** 18,22 ****
  use Kernel::System::FAQ;
  use Kernel::System::LinkObject;
! use Kernel::System::HTML2Ascii;
  
  use vars qw($VERSION);
--- 18,22 ----
  use Kernel::System::FAQ;
  use Kernel::System::LinkObject;
! use Kernel::System::HTMLUtils;
  
  use vars qw($VERSION);
***************
*** 44,49 ****
      $Self->{AgentUserObject} = Kernel::System::User->new(%Param);
  
!     # html2ascii object
!     $Self->{HTML2AsciiObject} = Kernel::System::HTML2Ascii->new(%Param);
  
      # interface settings
--- 44,49 ----
      $Self->{AgentUserObject} = Kernel::System::User->new(%Param);
  
!     # HTMLUtils object
!     $Self->{HTMLUtilsObject} = Kernel::System::HTMLUtils->new(%Param);
  
      # interface settings
***************
*** 804,808 ****
      }
      else {
!         $Frontend{ItemFieldValuesPlainText} = $Self->{HTML2AsciiObject}->ToAscii(
              String => $Frontend{ItemFieldValues},
          );
--- 804,808 ----
      }
      else {
!         $Frontend{ItemFieldValuesPlainText} = $Self->{HTMLUtilsObject}->ToAscii(
              String => $Frontend{ItemFieldValues},
          );


More information about the cvs-log mailing list