was removing '?' in link over + and - images

This commit is contained in:
alpeb 2004-03-01 20:19:47 +00:00
parent ad19e78d7c
commit bf943fdce0

View File

@ -361,7 +361,7 @@
$src = $REQUEST_URI;
if(ereg('[\?\&]p=',$src) != 0)
{
$src = ereg_replace('[\?\&]p=([0-9\|])+','',$REQUEST_URI);
$src = ereg_replace('p=([0-9\|])+','',$REQUEST_URI);
}
// echo 'Src = '.$src."<br>\n";
if(strpos(' '.$src,'?'))