Commit 1343196a895330e9ac8cc763b5998366c59027c3
1 parent
d21cba7b05
Exists in
master
debug
Showing 1 changed file with 2 additions and 3 deletions Side-by-side Diff
sinkronisasi.include.php
... | ... | @@ -236,9 +236,8 @@ function delete_all_terms_by_vid($vid) { |
236 | 236 | } |
237 | 237 | |
238 | 238 | foreach ($result['taxonomy_term'] as $term) { |
239 | - echo "Deleting "; | |
240 | - echo $term->tid; | |
241 | - echo "-> "; | |
239 | + echo "Deleting " . $term->tid . " " . $term->name; | |
240 | + echo ", status: "; | |
242 | 241 | echo taxonomy_term_delete($term->tid); |
243 | 242 | echo "\n"; |
244 | 243 | } |