Closed (fixed)
Project:
Page Title
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 19:16 UTC
Updated:
12 Jan 2009 at 19:48 UTC
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
Comment #1
marvix commentedsorry!
Wrong module !! ignore this post!
Comment #2
johnalbin