Quote:
Originally Posted by Makc666
[product]-vMail-2.0.1(English-Base).xml
Find line:
Code:
// Build veirfy code .
Above add:
Code:
function Cleaning($type,$code) {
global $vbulletin;
switch($type)
{
case 'free':
$vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'");
}
}
|
Same error again. i'm on vb 3.7.1
check
https://vborg.vbsupport.ru/showpost....&postcount=169
same problerm mentioned before