removed debug-messages

This commit is contained in:
Ralf Becker 2005-11-09 13:32:40 +00:00
parent 515b8c0630
commit e376755557

View File

@ -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')
{ {