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)
commitc00363a571897c473889bbc164d25633023190b6
tree2a4fddd0a19b73bf38cabe1f86a3db2988d2e0c0
parentb1dd6ad93b5c476547c0846defc89bf8090bf8ef
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');
admin/systempreferences.pl