contextmenu on left/mouseover
This commit is contained in:
parent
9129b24e57
commit
99125718f6
14 changed files with 239 additions and 84 deletions
|
@ -388,7 +388,7 @@ class uiScheduler extends uiCalendar
|
|||
function _isError($r)
|
||||
{
|
||||
if (is_array($r['error'])) {
|
||||
$this->Base->_retMsg('Error: $1', str_replace("\n", "\\n", addslashes($r['error']['message'])));
|
||||
#$this->Base->_retMsg('Error: $1', str_replace("\n", "\\n", addslashes($r['error']['message'])));
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue