Just change this line (at line 69) of admin/dograntmod.php:<br /><pre><font class="small">code:</font><hr><br /> $To = "A_M_GROUP";<br /></pre><hr><br /><br />To this:<br /><pre><font class="small">code:</font><hr><br /> $To = "ADMIN_GROUP";<br /></pre><hr><br /><br />Then only admins will get this PM. If you don't want any message to be sent, just comment out line 72:<br /><pre><font class="small">code:</font><hr><br /> $html -> send_message($Sender,$To,$Subject,$mess);<br /></pre><hr><br /><br />It would be nice if this was configurable though.