  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: categories.php 887 2006-08-30 14:23:50Z hpdl $ |
| |
| 3 | + | $Id: categories.php 1185 2006-12-25 22:48:50Z frank $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
|
|
 |
… |
|
42 | 42 | | define('ERROR_CANNOT_MOVE_CATEGORY_TO_PARENT', 'Error: Category cannot be moved into child category.'); |
| |
43 | 43 | | define('ERROR_CATEGORIES_IMAGE_DIRECTORY_NOT_WRITEABLE', 'Error: Category images directory is not writeable: ' . realpath('../images/categories')); |
| |
44 | 44 | | 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'); |
  |
45 | 46 | | ?> |