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 e8e5e5c commit b154ae7
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 @@ -262,7 +262,7 @@ public function __construct($db)
// $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;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAsset.class.php
Expand Up @@ -223,7 +223,7 @@ public function __construct($db)
// $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++;
Expand Down

0 comments on commit b154ae7

Please sign in to comment.