Add Address Complete Support

This commit is contained in:
patrick 2025-02-23 20:21:17 +00:00
parent 839f9ae39d
commit 5d760ca308

View File

@ -32,8 +32,7 @@ include_once ('helper.inc.php');
error_reporting(E_ALL);
ini_set('log_errors', 'On');
// error_reporting( E_ALL ^ E_WARNING );
//error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE ^ E_DEPRECATED);
// error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE ^ E_DEPRECATED);
define('REQUIREDFIELD', '<span class="requiredfield">*</span>');
@ -378,7 +377,9 @@ function send_header($title = '', $nav = null, $icon = null, $titletranslated =
</head>
<body>
<!-- <? if ($title && !$titletranslated)
<link rel="stylesheet" type="text/css" href="http://ws1.postescanada-canadapost.ca/css/addresscomplete-2.50.min.css?key=ej31-je29-tw29-bx75" /><script type="text/javascript" src="http://ws1.postescanada-canadapost.ca/js/addresscomplete-2.50.min.js?key=ej31-je29-tw29-bx75"></script>
<!-- <?
if ($title && !$titletranslated)
echo i18n($title);
else if ($title)
echo $title;