[otrs-cvs] CVS: FAQ/Kernel/System FAQ.pm,1.2,1.3

cvs-log at otrs.org cvs-log at otrs.org
Wed Oct 4 12:14:51 CEST 2006


Update of /home/cvs/FAQ/Kernel/System
In directory lancelot:/tmp/cvs-serv4512/Kernel/System

Modified Files:
	FAQ.pm 
Log Message:
fixed unitialized value bug

Index: FAQ.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/System/FAQ.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** FAQ.pm	28 Sep 2006 18:27:21 -0000	1.2
--- FAQ.pm	4 Oct 2006 09:14:49 -0000	1.3
***************
*** 1332,1336 ****
      }
      $Self->{DBObject}->Prepare(SQL => $SQL);
-     $Self->{LogObject}->Log(Message=>$SQL);
      if (my @Row = $Self->{DBObject}->FetchrowArray()) {
          return 1;
--- 1332,1335 ----



More information about the cvs-log mailing list