diff --git a/htdocs/core/class/doleditor.class.php b/htdocs/core/class/doleditor.class.php index 40bfa0ef585..f5b9062cee7 100644 --- a/htdocs/core/class/doleditor.class.php +++ b/htdocs/core/class/doleditor.class.php @@ -61,7 +61,7 @@ class DolEditor * @param int $okforextendededitor True=Allow usage of extended editor tool (like fckeditor) * @param int $rows Size of rows for textarea tool * @param int $cols Size of cols for textarea tool - * @param int $readOnly 0=Read/Edit, 1=Read only + * @param int $readonly 0=Read/Edit, 1=Read only */ function __construct($htmlname,$content,$width='',$height=200,$toolbarname='Basic',$toolbarlocation='In',$toolbarstartexpanded=false,$uselocalbrowser=true,$okforextendededitor=true,$rows=0,$cols=0,$readonly=0) { diff --git a/htdocs/public/paybox/paymentko.php b/htdocs/public/paybox/paymentko.php index ae3dcf3e4e0..24be3c5af6f 100644 --- a/htdocs/public/paybox/paymentko.php +++ b/htdocs/public/paybox/paymentko.php @@ -73,7 +73,8 @@ if (! empty($conf->global->MEMBER_PAYONLINE_SENDEMAIL) && preg_match('/MEM=',$fu 'New subscription payed', $sendto, $from, - 'New subscription payed '.$fulltag); + 'New subscription payed '.$fulltag + ); $result=$mailfile->sendfile(); if ($result) diff --git a/htdocs/public/paybox/paymentok.php b/htdocs/public/paybox/paymentok.php index 25a64bda85a..33107883d8f 100644 --- a/htdocs/public/paybox/paymentok.php +++ b/htdocs/public/paybox/paymentok.php @@ -103,7 +103,8 @@ if (! empty($conf->global->MEMBER_PAYONLINE_SENDEMAIL) && preg_match('/MEM=',$fu 'New subscription payed', $sendto, $from, - 'New subscription payed '.$fulltag); + 'New subscription payed '.$fulltag + ); $result=$mailfile->sendfile(); if ($result) diff --git a/htdocs/public/paypal/paymentko.php b/htdocs/public/paypal/paymentko.php index 1ba3608eb87..ee72206ae52 100755 --- a/htdocs/public/paypal/paymentko.php +++ b/htdocs/public/paypal/paymentko.php @@ -81,7 +81,8 @@ if (! empty($conf->global->MEMBER_PAYONLINE_SENDEMAIL) && preg_match('/MEM=',$fu 'New subscription payed', $sendto, $from, - 'New subscription payed '.$fulltag); + 'New subscription payed '.$fulltag + ); $result=$mailfile->sendfile(); if ($result) diff --git a/htdocs/public/paypal/paymentok.php b/htdocs/public/paypal/paymentok.php index 27755754a03..012269b8be3 100755 --- a/htdocs/public/paypal/paymentok.php +++ b/htdocs/public/paypal/paymentok.php @@ -140,7 +140,8 @@ if ($PAYPALTOKEN) 'New subscription payed', $sendto, $from, - 'New subscription payed '.$fulltag); + 'New subscription payed '.$fulltag + ); $result=$mailfile->sendfile(); if ($result)