[otrs-cvs] ImportExport/Kernel/System ImportExport.pm,1.18,1.19

cvs-log at otrs.org cvs-log at otrs.org
Tue Mar 18 13:36:52 GMT 2008


Comments:
Update of /home/cvs/ImportExport/Kernel/System
In directory lancelot:/tmp/cvs-serv3158/Kernel/System

Modified Files:
	ImportExport.pm 
Log Message:
Fixed bug# 2780 - The update of an Import-Export template produces errors if a DB2 database is used.

Author: mh

Index: ImportExport.pm
===================================================================
RCS file: /home/cvs/ImportExport/Kernel/System/ImportExport.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ImportExport.pm	11 Mar 2008 09:18:36 -0000	1.18
--- ImportExport.pm	18 Mar 2008 13:36:47 -0000	1.19
***************
*** 349,353 ****
      $Self->{DBObject}->Prepare(
          SQL => "SELECT imexport_object FROM imexport_template "
!             . "WHERE id = '$Param{TemplateID}'",
          Limit => 1,
      );
--- 349,353 ----
      $Self->{DBObject}->Prepare(
          SQL => "SELECT imexport_object FROM imexport_template "
!             . "WHERE id = $Param{TemplateID}",
          Limit => 1,
      );


More information about the cvs-log mailing list