Quote:
Originally Posted by texasasl
|
texasasl - It seems there's a typo in the code you provided that would be causing the problem.
Code:
if (!$vbulletin->options['showeventtype'])
ksort($events, SORT_NUMERIC);
else
uasort($events, 'compare_dates');
If you remove the '!' things should work right.
Itworx4me - If you're having the same problem please check your code for a similar error.