4
line 85
if ( $xoopsModuleConfig['autoapprove'] == 1 ) {
// RMV-FIXME: shouldn't this be 'APPROVE' or something (also in mydl)?
$status = $xoopsModuleConfig['autoapprove'];
} else {
$status = 0;
}
line 109
-------
if ( $xoopsModuleConfig['autoapprove'] == 1 ) {
$notification_handler->triggerEvent('global', 0, 'new_link', $tags);
$notification_handler->triggerEvent('category', $cid, 'new_link', $tags);
redirect_header("index.php",2,_MD_RECEIVED."
"._MD_ISAPPROVED."");
}else{
Which line do i have to edit