From b154ae752a411b21d305cae3c52833f5e6c0c3ed Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 1 Apr 2019 09:43:07 +0200 Subject: [PATCH] update comments --- htdocs/core/modules/modAdherent.class.php | 2 +- htdocs/core/modules/modAsset.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/modAdherent.class.php b/htdocs/core/modules/modAdherent.class.php index 0a7c1c15484..b77acf288a3 100644 --- a/htdocs/core/modules/modAdherent.class.php +++ b/htdocs/core/modules/modAdherent.class.php @@ -262,7 +262,7 @@ class modAdherent extends DolibarrModules // $this->export_permission[$r] List of permission codes required to export // $this->export_fields_sql[$r] List of exportable fields in SQL codiffication // $this->export_fields_name[$r] List of exportable fields in translation codiffication - // $this->export_sql[$r] Requete sql qui offre les donnees a l'export + // $this->export_sql[$r] SQL query that offers data for export $r++; $this->export_code[$r]=$this->rights_class.'_'.$r; diff --git a/htdocs/core/modules/modAsset.class.php b/htdocs/core/modules/modAsset.class.php index dc1bf799ff4..d856ad05091 100644 --- a/htdocs/core/modules/modAsset.class.php +++ b/htdocs/core/modules/modAsset.class.php @@ -223,7 +223,7 @@ class modAsset extends DolibarrModules // $this->export_permission[$r] List of permission codes required to export // $this->export_fields_sql[$r] List of exportable fields in SQL codiffication // $this->export_fields_name[$r] List of exportable fields in translation codiffication - // $this->export_sql[$r] Requete sql qui offre les donnees a l'export + // $this->export_sql[$r] SQL query that offers data for export /* $r++;