Commit 70c1ccfca88f50f809ae2f44ad7f9179f0c76d49

Authored by Adhidarma Hadiwinoto
1 parent affef26bb6
Exists in master

debug

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sinkronisasi_import.php
... ... @@ -8,6 +8,7 @@ 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();
11 12  
12 13 $data = file_get_contents("adhisimon/sinkronisasi-drupal/$machine_name.txt");
13 14 $terms = unserialize($data);