Commit affef26bb6df954a9a5cea7ddd45a823d9406233
1 parent
750d1f80b5
Exists in
master
debug
Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff
sinkronisasi.include.php
... | ... | @@ -168,9 +168,6 @@ function delete_all_terms_by_vid($vid) { |
168 | 168 | drush_die("Unknown vid"); |
169 | 169 | } |
170 | 170 | |
171 | - $vocabulary = taxonomy_vocabulary_load($vid); | |
172 | - var_dump($vocabulary); die; | |
173 | - | |
174 | 171 | $query->propertyCondition('vid', $vid); |
175 | 172 | $result = $query->execute(); |
176 | 173 | if (!$result) { |