[otrs-cvs] CVS: otrs/Kernel/System StdResponse.pm, 1.11.2.1, 1.11.2.2

cvs-log at otrs.org cvs-log at otrs.org
Fri Jul 7 10:44:37 CEST 2006


Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv15939/Kernel/System

Modified Files:
      Tag: rel-2_0
	StdResponse.pm 
Log Message:
fixed sql bug (oracle db) 

Index: StdResponse.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/StdResponse.pm,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -r1.11.2.1 -r1.11.2.2
*** StdResponse.pm	23 Mar 2006 18:34:01 -0000	1.11.2.1
--- StdResponse.pm	7 Jul 2006 07:44:35 -0000	1.11.2.2
***************
*** 72,76 ****
          $Self->{DBObject}->Prepare(
              SQL => "SELECT id FROM standard_response WHERE ".
!               "name = '$Param{Name}' AND text = '$Param{Response}'",
          );
          while (my @Row = $Self->{DBObject}->FetchrowArray()) {
--- 72,76 ----
          $Self->{DBObject}->Prepare(
              SQL => "SELECT id FROM standard_response WHERE ".
!               "name = '$Param{Name}' AND text like '$Param{Response}'",
          );
          while (my @Row = $Self->{DBObject}->FetchrowArray()) {



More information about the cvs-log mailing list