removed ticketsystem; lots of work on cron stuff

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-19 13:09:14 +01:00
parent 903b775f79
commit 3ff20e327f
86 changed files with 3823 additions and 7421 deletions

View File

@@ -50,7 +50,7 @@ class DbManager {
/**
* main constructor
*
* @param \FroxlorLogger $log
* @param \Froxlor\FroxlorLogger $log
*/
public function __construct($log = null) {
$this->_log = $log;

View File

@@ -46,7 +46,7 @@ class DbManagerMySQL
/**
* main constructor
*
* @param \FroxlorLogger $log
* @param \Froxlor\FroxlorLogger $log
*/
public function __construct(&$log = null)
{