Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by dsf ( 15 years ago )
HRLib_Model_Notice::create()->add(array(
'lst_staff_id' => $staff['id'],
'date' => date('Y-m-d'),
'type' => HRLib_Model_Notice::TYPE_NEW_EMPLOYEES,
'title' => self::getTitleNewEmployees(),
'message' => $message
));
Revise this Paste