Update of systempreferences table structure and admin script. Contains now a "help...
authortipaul <tipaul>
Wed, 15 May 2002 12:17:35 +0000 (12:17 +0000)
committertipaul <tipaul>
Wed, 15 May 2002 12:17:35 +0000 (12:17 +0000)
commit3e98d07c423dda4464de36508429fd83d8a1c611
tree14942757ef68584a24da1418948a9d5b2973a3b0
parent311f4d8880393e609dcaf07069b6bd4b0c9a5064
Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know :

INSERT INTO systempreferences VALUES ('template', 'french', 'Template default name. Not used for instance');
INSERT INTO systempreferences VALUES ('autoBarcode', '', '1 or else. If 1, Barcode is auto-calculated');
INSERT INTO systempreferences VALUES ('acquisitions', 'normal', 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition');
database.mysql