From a339fd0f0a899999233ae043af4f2b297619eedd Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 24 Feb 2012 07:06:36 +0100 Subject: [PATCH] Fix: remove obsolete doc --- htdocs/install/mysql/tables/llx_mailing.sql | 10 +--------- htdocs/install/mysql/tables/llx_mailing_cibles.sql | 7 +++---- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/htdocs/install/mysql/tables/llx_mailing.sql b/htdocs/install/mysql/tables/llx_mailing.sql index df890eddf42..4d8e6d57cf4 100644 --- a/htdocs/install/mysql/tables/llx_mailing.sql +++ b/htdocs/install/mysql/tables/llx_mailing.sql @@ -1,6 +1,6 @@ -- ======================================================================== -- Copyright (C) 2005 Rodolphe Quiedeville --- Copyright (C) 2005-2009 Regis Houssin +-- Copyright (C) 2005-2012 Regis Houssin -- -- 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 @@ -51,11 +51,3 @@ create table llx_mailing joined_file3 varchar(255), joined_file4 varchar(255) )ENGINE=innodb; - --- --- List of codes for the field entity --- --- 1 : first company mailing --- 2 : second company mailing --- 3 : etc... --- \ No newline at end of file diff --git a/htdocs/install/mysql/tables/llx_mailing_cibles.sql b/htdocs/install/mysql/tables/llx_mailing_cibles.sql index fb3497ffabe..7504947142c 100644 --- a/htdocs/install/mysql/tables/llx_mailing_cibles.sql +++ b/htdocs/install/mysql/tables/llx_mailing_cibles.sql @@ -1,7 +1,7 @@ -- ======================================================================== --- Copyright (C) 2005 Rodolphe Quiedeville --- Copyright (C) 2009 Laurent Destailleur --- Copyright (C) 2011 Regis Houssin +-- Copyright (C) 2005 Rodolphe Quiedeville +-- Copyright (C) 2009-2012 Laurent Destailleur +-- Copyright (C) 2011-2012 Regis Houssin -- -- 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 @@ -36,4 +36,3 @@ create table llx_mailing_cibles date_envoi datetime )ENGINE=innodb; -