Update cronjob.class.php
fk_user_author and fk_user_mod are int
This commit is contained in:
parent
90bf7d24b9
commit
c0b35ded15
@ -821,8 +821,8 @@ class Cronjob extends CommonObject
|
|||||||
$this->frequency='';
|
$this->frequency='';
|
||||||
$this->status=0;
|
$this->status=0;
|
||||||
$this->processing=0;
|
$this->processing=0;
|
||||||
$this->fk_user_author='';
|
$this->fk_user_author=0;
|
||||||
$this->fk_user_mod='';
|
$this->fk_user_mod=0;
|
||||||
$this->note='';
|
$this->note='';
|
||||||
$this->nbrun='';
|
$this->nbrun='';
|
||||||
$this->maxrun=100;
|
$this->maxrun=100;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user