! -> Note
$ -> Affected files
+11-Oct-2000 Joe Hunt
+# [0000168] Undefined variable: paylink in file rep110.php
+$ /reporting/rep110.php
+ /reporting/includes/pdf_report.inc
+
11-Oct-2009 Janusz Dobrowolski
+ Added security area for sales quotes entry
$ /applications/customers.php
require_once($path_to_root . "/reporting/includes/class.mail.inc");
$mail = new email($this->company['coy_name'], $this->company['email']);
if (!isset($myrow['email']) || $myrow['email'] == '')
- $myrow['email'] = $myrow['contact_email'];
+ $myrow['email'] = isset($myrow['contact_email']) ? $myrow['contact_email'] : '';
$to = $myrow['DebtorName'] . " <" . $myrow['email'] . ">";
$msg = $doc_Dear_Sirs . " " . $myrow['DebtorName'] . ",\n\n" . $doc_AttachedFile . " " . $subject .
"\n\n";