Skip to content

Commit

Permalink
international comment for code
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Jun 17, 2016
1 parent b3bc89c commit 388cd20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions htdocs/don/admin/donation.php
@@ -1,7 +1,7 @@
<?php
/* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2012-2015 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2013-2015 Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2013-2016 Philippe Grand <philippe.grand@atoo-net.com>
* Copyright (C) 2015 Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
* Copyright (C) 2015 Benoit Bruchard <benoitb21@gmail.com>
*
Expand Down Expand Up @@ -90,12 +90,12 @@
{
if (dolibarr_set_const($db, "DON_ADDON_MODEL",$value,'chaine',0,'',$conf->entity))
{
// La constante qui a ete lue en avant du nouveau set
// on passe donc par une variable pour avoir un affichage coherent
// The constant that was read before the new set
// So we go through a variable for a coherent display
$conf->global->DON_ADDON_MODEL = $value;
}

// On active le modele
// It enables the model
$ret = delDocumentModel($value, $type);
if ($ret > 0)
{
Expand Down Expand Up @@ -321,7 +321,7 @@
print '<br>';
print load_fiche_titre($langs->trans("DonationsModels"));

// Defini tableau def de modele
// Defined the template definition table
$type='donation';
$def = array();
$sql = "SELECT nom";
Expand Down Expand Up @@ -408,7 +408,7 @@
print "</td>";
}

// Defaut
// Default
if ($conf->global->DON_ADDON_MODEL == "$name")
{
print "<td align=\"center\">";
Expand Down

0 comments on commit 388cd20

Please sign in to comment.