mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
was removing '?' in link over + and - images
This commit is contained in:
parent
ad19e78d7c
commit
bf943fdce0
@ -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,'?'))
|
||||
|
Loading…
Reference in New Issue
Block a user