- Code: Select all
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not delete group memebership data", "", __LINE__, __FILE__, $sql);
} else $message = sprintf($lang['You_now_unsubscribed'],$newsgroup);
from unsubscribe.php file !
Why ?


