Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / fixtures / drupal6 / modules / behat_test / behat_test.install
1 <?php
2
3 /**
4  * Implements hook_install().
5  */
6 function behat_test_install() {
7   $edit = array();
8   $edit['name'] = 'tags';
9   $edit['help'] = '';
10   taxonomy_save_vocabulary($edit);
11 }