function customfilter_update_6116 in Custom filter 6
Same name and namespace in other branches
- 7.2 customfilter.install \customfilter_update_6116()
- 7 customfilter.install \customfilter_update_6116()
Implements hook_update_N().
2 string references to 'customfilter_update_6116'
- customfilter_uninstall in ./
customfilter.install - Implements hook_uninstall().
- customfilter_update_6119 in ./
customfilter.install - Implements hook_update_N().
File
- ./
customfilter.install, line 438 - Installation file for Custom filter.
Code
function customfilter_update_6116() {
$ret = array();
db_add_index($ret, 'customfilter_rule', 'customfilter_rule_prid', array(
'prid',
));
return $ret;
}