[otrs-cvs] GeneralCatalog/Kernel/System GeneralCatalog.pm, 1.33,
1.34
cvs-log at otrs.org
cvs-log at otrs.org
Tue Mar 11 10:51:24 GMT 2008
Comments:
Update of /home/cvs/GeneralCatalog/Kernel/System
In directory lancelot:/tmp/cvs-serv30834/Kernel/System
Modified Files:
GeneralCatalog.pm
Log Message:
Fixed bug# 2761 - Missing Quoting in ItemUpdate() function.
Author: mh
Index: GeneralCatalog.pm
===================================================================
RCS file: /home/cvs/GeneralCatalog/Kernel/System/GeneralCatalog.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** GeneralCatalog.pm 6 Mar 2008 15:36:14 -0000 1.33
--- GeneralCatalog.pm 11 Mar 2008 10:51:19 -0000 1.34
***************
*** 607,610 ****
--- 607,614 ----
}
+ # quote
+ $Class = $Self->{DBObject}->Quote($Class);
+ $OldFunctionality = $Self->{DBObject}->Quote($OldFunctionality);
+
# find exiting item with same name
$Self->{DBObject}->Prepare(
More information about the cvs-log
mailing list