[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
- Previous message: [otrs-cvs] CVS: FAQ/Kernel/Modules AgentFAQ.pm,1.4,1.5
- Next message: [otrs-cvs] CVS: otrs4win32 AdvancedReplace.nsh,1.2,1.3
ChangeSlash.nsh,1.2,1.3 Install.txt,1.2,1.3 InstallCron.bat,1.1,1.2
OTRS.NSI,1.2,1.3 OTRS_Restart.bat,1.2,1.3 OTRS_Start.bat,1.2,1.3
OTRS_Stop.bat,1.2,1.3 RegSearch.nsh,1.1,1.2 UninstallCron.bat,1.1,1.2
Update_Components_in_OTRS_Installer.txt,1.1,1.2 conf.nsh,1.2,1.3
packages.bat,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ----
- Previous message: [otrs-cvs] CVS: FAQ/Kernel/Modules AgentFAQ.pm,1.4,1.5
- Next message: [otrs-cvs] CVS: otrs4win32 AdvancedReplace.nsh,1.2,1.3
ChangeSlash.nsh,1.2,1.3 Install.txt,1.2,1.3 InstallCron.bat,1.1,1.2
OTRS.NSI,1.2,1.3 OTRS_Restart.bat,1.2,1.3 OTRS_Start.bat,1.2,1.3
OTRS_Stop.bat,1.2,1.3 RegSearch.nsh,1.1,1.2 UninstallCron.bat,1.1,1.2
Update_Components_in_OTRS_Installer.txt,1.1,1.2 conf.nsh,1.2,1.3
packages.bat,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list