Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1610
 
1755
 
1755
 
backup.php
_> 11 <?php
  22 /*
<> 3 -  $Id: backup.php,v 1.60 2003/06/29 22:50:51 hpdl Exp $
   3+  $Id: backup.php 1755 2007-12-21 14:02:36Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
  77 
<> 8 -  Copyright (c) 2003 osCommerce
   8+  Copyright (c) 2007 osCommerce
99 
  1010   Released under the GNU General Public License
  1111 */
     
 !
260260           tep_db_query("delete from " . TABLE_SESSIONS);
  261261 
  262262           tep_db_query("delete from " . TABLE_CONFIGURATION . " where configuration_key = 'DB_LAST_RESTORE'");
<> 263 -          tep_db_query("insert into " . TABLE_CONFIGURATION . " values ('', 'Last Database Restore', 'DB_LAST_RESTORE', '" . $read_from . "', 'Last database restore file', '6', '', '', now(), '', '')");
   263+          tep_db_query("insert into " . TABLE_CONFIGURATION . " values (null, 'Last Database Restore', 'DB_LAST_RESTORE', '" . $read_from . "', 'Last database restore file', '6', '0', null, now(), '', '')");
<_ 264264 
  265265           if (isset($remove_raw) && ($remove_raw == true)) {
  266266             unlink($restore_from);