Commit e92b25d6e03130e0155a0ea8e02dfdc3e369a7bf
1 parent
70c1ccfca8
Exists in
master
delete
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
sinkronisasi_import.php
... | ... | @@ -8,7 +8,6 @@ if (function_exists('drush_main')) { |
8 | 8 | $vocabulary = taxonomy_vocabulary_machine_name_load($machine_name); |
9 | 9 | |
10 | 10 | delete_all_terms_by_vid($vocabulary->vid); |
11 | - die(); | |
12 | 11 | |
13 | 12 | $data = file_get_contents("adhisimon/sinkronisasi-drupal/$machine_name.txt"); |
14 | 13 | $terms = unserialize($data); |