[otrs-cvs] otrs/Kernel/System DB.pm,1.83,1.84
cvs-log at otrs.org
cvs-log at otrs.org
Tue Feb 5 16:30:58 GMT 2008
- Previous message: [otrs-cvs] ITSMConfigItem/Kernel/Modules AdminITSMConfigItem.pm,
1.14, 1.15 AgentITSMConfigItem.pm, 1.19,
1.20 AgentITSMConfigItemAdd.pm, 1.14,
1.15 AgentITSMConfigItemEdit.pm, 1.36,
1.37 AgentITSMConfigItemPrint.pm, 1.6,
1.7 AgentITSMConfigItemSearch.pm, 1.16,
1.17 AgentITSMConfigItemSearchResult.pm, 1.14,
1.15 AgentITSMConfigItemZoom.pm, 1.33, 1.34
- Next message: [otrs-cvs] otrs/Kernel/System DB.pm,1.75,1.75.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv27652/Kernel/System
Modified Files:
DB.pm
Log Message:
Added MainObject to pod documentation for DB.pm.
Author: ub
Index: DB.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/DB.pm,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** DB.pm 31 Jan 2008 06:20:20 -0000 1.83
--- DB.pm 5 Feb 2008 16:30:53 -0000 1.84
***************
*** 41,44 ****
--- 41,45 ----
use Kernel::Config;
use Kernel::System::Log;
+ use Kernel::System::Main;
use Kernel::System::DB;
***************
*** 47,54 ****
--- 48,60 ----
ConfigObject => $ConfigObject,
);
+ my $MainObject = Kernel::System::Main->new(
+ LogObject => $LogObject,
+ ConfigObject => $ConfigObject,
+ );
$DBObject = Kernel::System::DB->new(
ConfigObject => $ConfigObject,
LogObject => $LogObject,
+ MainObject => $MainObject,
# if you don't use the follow params, then this are used
# from Kernel/Config.pm!
- Previous message: [otrs-cvs] ITSMConfigItem/Kernel/Modules AdminITSMConfigItem.pm,
1.14, 1.15 AgentITSMConfigItem.pm, 1.19,
1.20 AgentITSMConfigItemAdd.pm, 1.14,
1.15 AgentITSMConfigItemEdit.pm, 1.36,
1.37 AgentITSMConfigItemPrint.pm, 1.6,
1.7 AgentITSMConfigItemSearch.pm, 1.16,
1.17 AgentITSMConfigItemSearchResult.pm, 1.14,
1.15 AgentITSMConfigItemZoom.pm, 1.33, 1.34
- Next message: [otrs-cvs] otrs/Kernel/System DB.pm,1.75,1.75.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list