diff --git a/functions/cybermut.xml b/functions/cybermut.xml index c5666e615b..99f88c3e3d 100755 --- a/functions/cybermut.xml +++ b/functions/cybermut.xml @@ -1,5 +1,5 @@ - + Crédit Mutuel CyberMUT functions CyberMUT @@ -134,8 +134,9 @@ $VERSION="1.2"; cybermut_testmac is used to make sure that there was not data diddling contained in the received message of confirmation. - Pay attention to parameters code-retour and texte-libre, which cannot be - evaluated as is, because auf the dash. You must retrieve them by using: + Pay attention to parameters code-retour and + texte-libre, which cannot be evaluated as is, + because of the dash. You must retrieve them by using: The parameter is "OK" if the message of confirmation of the payment - were correctly identified by cybermut_testmac. + was correctly identified by cybermut_testmac. Any other chain is regarded as an error message. diff --git a/functions/datetime.xml b/functions/datetime.xml index 33ef55b9f5..bae9dceb7d 100644 --- a/functions/datetime.xml +++ b/functions/datetime.xml @@ -1,5 +1,5 @@ - + Date and Time functions Date/time @@ -315,7 +315,7 @@ $nextyear = mktime (0,0,0,date("m"), date("d"), date("Y")+1); have a special meaning will produce undesirable results, and other characters may be assigned meaning in future PHP versions. When escaping, be sure to use single quotes to prevent characters - like \n from become newlines. + like \n from becoming newlines. <function>date</function> Formatting