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 46488f6 commit eb901e7
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 @@ -258,7 +258,7 @@ public function __construct($db)
$r=0;

// $this->export_code[$r] Unique code identifying the export (all modules combined)
// $this->export_label[$r] Libelle par defaut si traduction de cle "ExportXXX" non trouvee (XXX = Code)
// $this->export_label[$r] Libelle by default if translation of key "ExportXXX" not found (XXX = Code)
// $this->export_permission[$r] Liste des codes permissions requis pour faire l'export
// $this->export_fields_sql[$r] Liste des champs exportables en codif sql
// $this->export_fields_name[$r] Liste des champs exportables en codif traduction
Expand Down
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAsset.class.php
Expand Up @@ -219,7 +219,7 @@ public function __construct($db)
$r=1;

// $this->export_code[$r] Unique code identifying the export (all modules combined)
// $this->export_label[$r] Libelle par defaut si traduction de cle "ExportXXX" non trouvee (XXX = Code)
// $this->export_label[$r] Libelle by default if translation of key "ExportXXX" not found (XXX = Code)
// $this->export_permission[$r] Liste des codes permissions requis pour faire l'export
// $this->export_fields_sql[$r] Liste des champs exportables en codif sql
// $this->export_fields_name[$r] Liste des champs exportables en codif traduction
Expand Down

0 comments on commit eb901e7

Please sign in to comment.