/**
  * Update an existing preloaded printer with the instance values
  *
  *@return nothing
  **/
 function updateDB()
 {
     parent::updateDB();
     // update last_fusioninventory_update even if no other update
     $this->setValue('last_fusioninventory_update', date("Y-m-d H:i:s"));
     $this->updateDB();
 }