[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


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!


More information about the cvs-log mailing list