2000-09-05 07:50:43 +02:00
|
|
|
This release requires you to resubmit all of your user accounts. The format of the groups field
|
|
|
|
has changed.
|
2000-08-18 05:24:22 +02:00
|
|
|
|
2000-09-05 07:50:43 +02:00
|
|
|
The inventory program has a new field called mstock.
|
2000-09-07 22:49:55 +02:00
|
|
|
|
2000-09-07 23:10:17 +02:00
|
|
|
There is a new translation support system, you need to add the lang table
|
|
|
|
The sql commands to do so can be found at the end of the create_table script
|
|
|
|
You also need to dump in the new doc/lang.sql file
|
|
|
|
|
|
|
|
on MySQL
|
|
|
|
$ mysql phpgroupware -u username -p < doc/lang.sql</tt>
|
|
|
|
|
|
|
|
on postgresql
|
|
|
|
$ psql -d phpgroupware -U username < doc/lang.sql</tt>
|