mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed a bug/typo reported by stefan becker
This commit is contained in:
parent
54ef56c27a
commit
5fc31705b2
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user