:knockedout: I was looking at my local copy and not the server copy. Apparently I didn't have all the files locally. Anyway, I DO have the mod folder, and here is what is shown around line 128:
PHP Code:
// send notification
if (!$notified["$thread[threadid]"]) {
$message = $postpagetext[$key];
sendnotification($thread['threadid'], $thread['userid'], $key);
$notified["$thread[threadid]"] = 1;
}