* @copyright Copyright (c) 2008 cfapress * @copyright Copyright (c) 2017 Jason 'Toolbox' Oettinger * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 * @todo menu for fields could be added in the future */ require_once("../globals.php"); use OpenEMR\Common\Csrf\CsrfUtils; use OpenEMR\Core\Header; if (!CsrfUtils::verifyCsrfToken($_POST["csrf_token_form"])) { CsrfUtils::csrfNotVerified(); } ?> <?php echo xlt("Phone Call List"); ?>

$header"; } ?> "; } ?>
"; echo text($row['title']) . ' ' . text($row['fname']) . ' ' . text($row['lname']); echo ""; echo text($row['DOB']); echo ""; echo text($row['phone_home']); echo ""; echo text($row['phone_biz']); echo ""; echo text($row['phone_contact']); echo ""; echo text($row['phone_cell']); echo "