Whenever I click on Member list on my forums.bollyjaan.com I get this error
Quote:
Warning: mktime() expects parameter 4 to be long, string given in /memberlist.php on line 674
|
like about 20 times on the top, it shows me that error and the error is in this code because thats the line number 674 :
Quote:
$userinfo['birthday'] = vbdate($vbulletin->options['calformat2'], mktime(0, 0, 0, $bday[0], $bday[1], 1992), false, true, false);
|
someone tell me how to fix it please thank you