|
|
|
@ -76,7 +76,7 @@ class ContactsNew
|
|
|
|
|
/** |
|
|
|
|
* Конструктор |
|
|
|
|
*/ |
|
|
|
|
function __construct ($email) |
|
|
|
|
function __construct () |
|
|
|
|
{ |
|
|
|
|
$this->fields_main = array_keys($this->fields_main_data); |
|
|
|
|
$this->fields_main_in_string = "'" . implode("','",$this->fields_main) . "'"; |
|
|
|
@ -976,7 +976,7 @@ class ContactsNew
|
|
|
|
|
// парсим теги полей и названий |
|
|
|
|
$tpl = preg_replace_callback('/\[tag:fld:(\d+)]/', array($this,'_parse_tag_fld_form'), $tpl); |
|
|
|
|
$tpl = preg_replace_callback('/\[tag:title:([A-Za-z0-9-_]+)]/', array($this,'_parse_tag_title'),$tpl); |
|
|
|
|
unset($_SESSION['captcha_keystring']); |
|
|
|
|
|
|
|
|
|
// выполняем код после валидации |
|
|
|
|
eval('?>' . $this->form['code_onvalidate'] . '<?'); |
|
|
|
|
|
|
|
|
@ -1270,7 +1270,7 @@ class ContactsNew
|
|
|
|
|
* Удаление выбранного e-mail |
|
|
|
|
*/ |
|
|
|
|
function email_del ($hid) |
|
|
|
|
{ |
|
|
|
|
{ |
|
|
|
|
global $AVE_DB, $AVE_Template; |
|
|
|
|
|
|
|
|
|
$AVE_DB->Query(" |
|
|
|
|