function initQuery($params) { $tables = MultiLang::getTables(); $mltable = $tables['multilang_data']['columns']; $this->WhereValue($mltable['label'], DB_EQ, @$params['label']); $this->WhereAND(); $this->WhereValue($mltable['label_key'], DB_EQ, @$params['label_key']); }
function uninstall() { global $application; $query = new DB_Table_Delete(MultiLang::getTables()); $application->db->getDB_Result($query); }