vb3 rc4:
"Parse error: parse error, unexpected $ in /www/htdocs/********/search.php on line 1658"
this is line 1654 to 1668:
PHP Code:
// remove all ids from $orderedids that do not exist in $remaining
$orderedids = array_intersect($orderedids, $remaining);
unset($remaining);
// rebuild the $orderedids array so keys go from 0 to n with no gaps
$orderedids = array_merge($orderedids, array());
// count the number of items
$numitems = sizeof($orderedids);
// do we still have some results?
if ($numitems == 0)
{
eval(print_standard_error('searchnoresults', 1, 0));
}