From f5225bdca8901de1345f37c1c145b34489aa97fc Mon Sep 17 00:00:00 2001 From: james Date: Fri, 21 Jan 2005 17:30:28 +0000 Subject: [PATCH] Add notes about putting ID's in numerical order for division and category --- config/categories.php | 1 + config/divisions.php | 1 + 2 files changed, 2 insertions(+) diff --git a/config/categories.php b/config/categories.php index 22f4480..4767a83 100644 --- a/config/categories.php +++ b/config/categories.php @@ -119,6 +119,7 @@ } echo ""; echo ""; + echo i18n("You should assign the 'Category ID's in numerical order, starting with 1. This Category ID is used to generate the project number"); send_footer(); ?> diff --git a/config/divisions.php b/config/divisions.php index b4b9e06..dea397e 100644 --- a/config/divisions.php +++ b/config/divisions.php @@ -114,6 +114,7 @@ } echo ""; echo ""; + echo i18n("You should assign the 'Division ID's in numerical order, starting with 1. This Division ID is used to generate the project number"); send_footer(); ?>