forked from extern/egroupware
removed debug-messages
This commit is contained in:
parent
515b8c0630
commit
e376755557
@ -48,7 +48,6 @@
|
|||||||
$this->sort = $this->bo->sort;
|
$this->sort = $this->bo->sort;
|
||||||
$this->order = $this->bo->order;
|
$this->order = $this->bo->order;
|
||||||
$this->referer = $this->bo->referer;
|
$this->referer = $this->bo->referer;
|
||||||
echo '<p align="right">'."referer='$this->referer'</p>\n";
|
|
||||||
|
|
||||||
$dir = dir(EGW_SERVER_ROOT.'/phpgwapi/images');
|
$dir = dir(EGW_SERVER_ROOT.'/phpgwapi/images');
|
||||||
while($file = $dir->read())
|
while($file = $dir->read())
|
||||||
@ -117,7 +116,6 @@
|
|||||||
if (!strstr($referer,'menuaction=preferences.uicategories'))
|
if (!strstr($referer,'menuaction=preferences.uicategories'))
|
||||||
{
|
{
|
||||||
$this->referer = $referer;
|
$this->referer = $referer;
|
||||||
echo '<p align="right">'."referer='$this->referer'</p>\n";
|
|
||||||
}
|
}
|
||||||
if ($this->referer != '/preferences/index.php')
|
if ($this->referer != '/preferences/index.php')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user