mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
removed debug-messages
This commit is contained in:
parent
515b8c0630
commit
e376755557
@ -48,7 +48,6 @@
|
||||
$this->sort = $this->bo->sort;
|
||||
$this->order = $this->bo->order;
|
||||
$this->referer = $this->bo->referer;
|
||||
echo '<p align="right">'."referer='$this->referer'</p>\n";
|
||||
|
||||
$dir = dir(EGW_SERVER_ROOT.'/phpgwapi/images');
|
||||
while($file = $dir->read())
|
||||
@ -117,7 +116,6 @@
|
||||
if (!strstr($referer,'menuaction=preferences.uicategories'))
|
||||
{
|
||||
$this->referer = $referer;
|
||||
echo '<p align="right">'."referer='$this->referer'</p>\n";
|
||||
}
|
||||
if ($this->referer != '/preferences/index.php')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user