Fix: Debuggage et corrections diverses sur la gestion des groupes
This commit is contained in:
parent
8c5d7a9248
commit
9a04f5ed37
@ -177,6 +177,11 @@ $langs = new Translate(DOL_DOCUMENT_ROOT ."/langs", $conf->langage);
|
||||
* Activation des modules
|
||||
* et inclusion de librairies dépendantes
|
||||
*/
|
||||
define(MAIN_MODULE_BOOKMARK4U,1);
|
||||
if (defined("MAIN_MODULE_BOOKMARK4U"))
|
||||
{
|
||||
$conf->bookmark4u->enabled=MAIN_MODULE_BOOKMARK4U;
|
||||
}
|
||||
if (defined("MAIN_MODULE_DEPLACEMENT"))
|
||||
{
|
||||
$conf->deplacement->enabled=MAIN_MODULE_DEPLACEMENT;
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
-- ============================================================================
|
||||
-- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
-- Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
--
|
||||
-- This program is free software; you can redistribute it and/or modify
|
||||
-- it under the terms of the GNU General Public License as published by
|
||||
@ -25,7 +26,7 @@ create table llx_usergroup
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
datec datetime,
|
||||
tms timestamp,
|
||||
nom varchar(255) NOT NULL,
|
||||
nom varchar(255) NOT NULL UNIQUE,
|
||||
note text
|
||||
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user