registerHook('actionStAssemble'); $field = Db::getInstance()->executeS('Describe `'._DB_PREFIX_.'st_loved_product` `id_guest`'); if(!is_array($field) || !count($field)) if (!Db::getInstance()->Execute('ALTER TABLE `'._DB_PREFIX_.'st_loved_product` ADD `id_guest` int(10) unsigned NOT NULL DEFAULT 0')) $result &= false; return $result; }