Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1845
 
1857
 
1857
 
database.php
_> 11 <?php
  22 /*
<> 3 -  $Id: database.php 1845 2009-02-27 00:19:37Z hpdl $
   3+  $Id: database.php 1857 2009-03-01 02:41:14Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2007 osCommerce
   8+  Copyright (c) 2009 osCommerce
99 
  1010   This program is free software; you can redistribute it and/or modify
  1111   it under the terms of the GNU General Public License v2 (1991)
     
 !
551551                 $this->setNextID($this->logging_module_id);
  552552               }
  553553 
<> 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);
<_ 556556               }
  557557             }
  558558           }