when I add hook_nodeapi i get duple result!

function taxonomy_statics_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL){
		if ( $op == 'view' ) {
			echo "$op : ".$node->nid."<hr>";
		}
}

Comments

marvix’s picture

Title: content duplicate the content with hook_nodeapi! » Sorry, wrong module!

sorry!
Wrong module !! ignore this post!

johnalbin’s picture

Status: Active » Closed (fixed)