mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Mutualize code for forms to send emails. Remove thousand line of code.
This commit is contained in:
@@ -130,7 +130,7 @@ function limitChars(textarea, limit, infodiv)
|
||||
print "<table class=\"border centpercent\">\n";
|
||||
|
||||
// Substitution array
|
||||
if ($this->withsubstit)
|
||||
if (! empty($this->withsubstit)) // Unset or set ->withsubstit=0 to disable this.
|
||||
{
|
||||
print "<tr><td colspan=\"2\">";
|
||||
$help="";
|
||||
|
||||
Reference in New Issue
Block a user