plugins\i18n\i18n.admin.structure.delete.php

<?php
/* ====================
[BEGIN_COT_EXT]
Hooks=admin.structure.delete.done
[END_COT_EXT]
==================== */
 
/**
 * Removes category translations
 *
 * @package I18n
 * @copyright (c) Cotonti Team
 * @license https://github.com/Cotonti/Cotonti/blob/master/License.txt
 */
 
defined('COT_CODE') or die('Wrong URL');
 
$db->delete($db_i18n_structure, "istructure_code = ?", array($c));