Record the very same installation time for all modules. - merged from thunk

SVN:2.0.2[3129]
This commit is contained in:
Denis Flaven
2014-04-15 14:41:44 +00:00
parent cf792822f5
commit 1dc59ef7d5
2 changed files with 4 additions and 6 deletions

View File

@@ -57,12 +57,6 @@ class ModuleInstallation extends cmdbAbstractObject
// MetaModel::Init_SetZListItems('standard_search', array('name')); // Criteria of the std search form
// MetaModel::Init_SetZListItems('advanced_search', array('name')); // Criteria of the advanced search form
}
protected function OnInsert()
{
$this->Set('installed', time());
parent::OnInsert();
}
}
?>