taxonomy_node_delete($node)
Remove associations of a node to its terms.
modules/taxonomy/taxonomy.module, line 726
<?php function taxonomy_node_delete($node) { db_query('DELETE FROM {term_node} WHERE nid = %d', $node->nid); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen