fixed a bug/typo reported by stefan becker

This commit is contained in:
Klaus Leithoff 2008-02-11 07:53:54 +00:00
parent 54ef56c27a
commit 5fc31705b2

View File

@ -964,7 +964,7 @@ class uiviews extends uical
$droppableID='drop_'.$droppableDateTime.'_O'.$owner;
$html .= $indent."\t".'<div id="' . $droppableID . '" style="height:'. $this->rowHeight .'%; top: '. $i*$this->rowHeight .
'%;" class="calAddEvent" onclick="??'.$this->popup($GLOBALS['egw']->link('/index.php',$linkData)).';return false;"></div>'."\n";
'%;" class="calAddEvent" onclick="'.$this->popup($GLOBALS['egw']->link('/index.php',$linkData)).';return false;"></div>'."\n";
if(is_object($this->dragdrop) && $dropPermission)
{