Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

608
 
951
 
951
 
oscommerce_sample_data.sql
_> 1 -# $Id: oscommerce_sample_data.sql 608 2006-07-05 10:56:09Z hpdl $
   1+# $Id: oscommerce_sample_data.sql 951 2006-08-31 17:52:06Z hpdl $
22 #
  33 # osCommerce, Open Source E-Commerce Solutions
  44 # http://www.oscommerce.com
     
 !
1919 #       * Comments should be like these, full line comments.
  2020 #         (don't use inline comments)
  2121 
<> 22 -INSERT INTO osc_categories VALUES (1, '', 0, 0, now(), null);
  23 -INSERT INTO osc_categories VALUES (2, '', 1, 0, now(), null);
   22+INSERT INTO osc_categories VALUES (1, 'books.gif', 0, 0, now(), null);
   23+INSERT INTO osc_categories VALUES (2, 'php.gif', 1, 0, now(), null);
2424 
  2525 INSERT INTO osc_categories_description VALUES (1, 1, 'Books');
  2626 INSERT INTO osc_categories_description VALUES (2, 1, 'PHP');
  2727 
<> 28 -INSERT INTO osc_manufacturers VALUES (1, 'Apress', '', now(), null);
   28+INSERT INTO osc_manufacturers VALUES (1, 'Apress', 'apress.gif', now(), null);
<_ 2929 
  3030 INSERT INTO osc_manufacturers_info VALUES (1, 1, 'http://www.apress.com', 0, null);
  3131