Major work to domain and hosting
Minor updates for ADSL services Updates to Sort::MAsort() Move core OSB items under application/ Moved ACCOUNT functions under application Minor updates to task
This commit is contained in:
@@ -42,6 +42,7 @@ class Model_Task extends ORMOSB {
|
||||
$this->save();
|
||||
|
||||
// Check we are the winning host to run this task
|
||||
// @todo We need to test that the lock is not stale
|
||||
$this->reload();
|
||||
if ($this->running_host != $r)
|
||||
return;
|
||||
|
@@ -11,6 +11,10 @@
|
||||
* @license http://dev.osbill.net/license.html
|
||||
*/
|
||||
class Model_Task_Log extends ORMOSB {
|
||||
protected $_belongs_to = array(
|
||||
'task'=>array(),
|
||||
);
|
||||
|
||||
protected $_display_filters = array(
|
||||
'date_orig'=>array(
|
||||
array('Config::datetime',array(':value')),
|
||||
|
Reference in New Issue
Block a user