Example #1
0
function smwfNMPreDeleteHook(&$article, &$user, &$reason)
{
    SMWNotifyProcessor::articleDelete($article->getTitle(), $reason);
    return true;
}