Difference between revisions of "SI2/1.7"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
:* Added p_dept (VARCHAR) to people | :* Added p_dept (VARCHAR) to people | ||
* General Code clean-up | * General Code clean-up | ||
+ | *: Created the header.in.php and left-menu.inc.php as basic templates that separate the menu system that is included in every page. |
Revision as of 09:12, 7 December 2010
A version for bug fixing, code clean-up.
Changes
- Started DB version 11 (previous was 10) to do some additions (see also v. 1.6)
- Added module_cost (DECIMAL 10.2)to modules
- Added UNIQUE to moduletype_name.moduletypes
- Added p_dept (VARCHAR) to people
- General Code clean-up
- Created the header.in.php and left-menu.inc.php as basic templates that separate the menu system that is included in every page.