  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: database.php 1845 2009-02-27 00:19:37Z hpdl $ |
| |
| 3 | + | $Id: database.php 1857 2009-03-01 02:41:14Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
  |
8 | | - | Copyright (c) 2007 osCommerce |
| |
| 8 | + | Copyright (c) 2009 osCommerce |
|
9 | 9 | | |
| |
10 | 10 | | This program is free software; you can redistribute it and/or modify |
| |
11 | 11 | | it under the terms of the GNU General Public License v2 (1991) |
| |
|
|
 |
… |
|
551 | 551 | | $this->setNextID($this->logging_module_id); |
| |
552 | 552 | | } |
| |
553 | 553 | | |
  |
554 | | - | if ( class_exists('osC_AdministratorsLog') ) { |
| |
555 | | - | osC_AdministratorsLog::insert($this->logging_module, $this->db_class->logging_transaction_action, $this->logging_module_id, $this->logging_action, $this->logging_changed, $this->db_class->logging_transaction); |
| |
| 554 | + | if ( class_exists('osC_AdministratorsLog_Admin') ) { |
| |
| 555 | + | osC_AdministratorsLog_Admin::insert($this->logging_module, $this->db_class->logging_transaction_action, $this->logging_module_id, $this->logging_action, $this->logging_changed, $this->db_class->logging_transaction); |
  |
556 | 556 | | } |
| |
557 | 557 | | } |
| |
558 | 558 | | } |