i had to do some fiddling to stop the errors that i was getting.. i can actually pass something on to everyone
this was taken from a fix to Admin 2 Admin Notes
open
mnotes.php
find this:
Code:
//DELETENOTES
$DB_site->query_first("DELETE FROM modnotes");
replace it with:
Code:
//DELETENOTES
$DB_site->query("DELETE FROM modnotes");
find this:
Code:
//REDIRECT
header("Location: ./index.php?s=$session[sessionhash]&action=home");
replace it with:
Code:
//THANKS
print "<p>Thanks for posting a Mod to Mod note!</p>";