Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Apr 1, 2019
1 parent e2c5c49 commit e8e5e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAdherent.class.php
Expand Up @@ -261,7 +261,7 @@ public function __construct($db)
// $this->export_label[$r] Libelle by default if translation of key "ExportXXX" not found (XXX = Code)
// $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] Liste des champs exportables en codif traduction
// $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

$r++;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAsset.class.php
Expand Up @@ -222,7 +222,7 @@ public function __construct($db)
// $this->export_label[$r] Libelle by default if translation of key "ExportXXX" not found (XXX = Code)
// $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] Liste des champs exportables en codif traduction
// $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

/*
Expand Down

0 comments on commit e8e5e5c

Please sign in to comment.