From 9bcc254ef93d9a67683d24a405371f4746a00eb5 Mon Sep 17 00:00:00 2001 From: adhisimon <adhisimon@gmail.com> Date: Tue, 16 Sep 2014 14:50:46 +0700 Subject: [PATCH] fix typos --- sinkronisasi_import.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sinkronisasi_import.php b/sinkronisasi_import.php index d58e978..0c70150 100644 --- a/sinkronisasi_import.php +++ b/sinkronisasi_import.php @@ -7,8 +7,7 @@ if (function_exists('drush_main')) { $vocabulary = taxonomy_vocabulary_machine_name_load($machine_name); - delete_all_terms_by_vid($vodabulary->vid); - + delete_all_terms_by_vid($vocabulary->vid); $data = file_get_contents("adhisimon/sinkronisasi-drupal/$machine_name.txt"); $terms = unserialize($data); -- 1.9.0