By krishnaa on
I need a help over the hook_nodeapi, I have written a nodeapi hook in my module to insert few node elements in a custom table to send the mails to the users of a particular group on the insert operation of the hook_nodeapi, this is working fine except just one case where i have got more than 50000 entries in my custom table for a single node but there would have been only 426 entries as i have only 426 users in my group.
Can anyone guide me on this as this is just a case for that particular node, every other node of that node type has the proper entries.What are the possibilites ?
Regards,
Krishna
Comments
What does your code look
What does your code look like?