Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1165
 
1185
 
1185
 
categories.php
_> 11 <?php
  22 /*
<> 3 -  $Id: categories.php 887 2006-08-30 14:23:50Z hpdl $
   3+  $Id: categories.php 1185 2006-12-25 22:48:50Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
4242   define('ERROR_CANNOT_MOVE_CATEGORY_TO_PARENT', 'Error: Category cannot be moved into child category.');
  4343   define('ERROR_CATEGORIES_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Category images directory is not writeable: ' . realpath('../images/categories'));
  4444   define('ERROR_CATEGORIES_IMAGE_DIRECTORY_DOES_NOT_EXIST', 'Error: Category images directory does not exist: ' . realpath('../images/categories'));
<>  45+  define('ERROR_EMPTY_CATEGORY', 'Error: Category name %s is empty. Could not create a new category');
<_ 4546 ?>