Commit 4b5b19939a55eae477e3ec358ecba59e40cb01f3

Authored by Adhidarma Hadiwinoto
1 parent ed042b9a8c
Exists in master

debug

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

sinkronisasi_import.php
... ... @@ -11,6 +11,7 @@ if (function_exists('drush_main')) {
11 11 delete_all_terms_by_vid($vocabulary->vid);
12 12  
13 13 $data = file_get_contents("adhisimon/sinkronisasi-drupal/$machine_name.txt");
  14 + die($data);
14 15  
15 16 echo "Insert new data\n";
16 17 $terms = unserialize($data);