15 lines
309 B
PHP
Executable File
15 lines
309 B
PHP
Executable File
<?php
|
|
|
|
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
if (!function_exists('NotificationUpdate')){
|
|
|
|
function NotificationUpdate($userID, $param)
|
|
{
|
|
return true;
|
|
}
|
|
/**
|
|
* $param should be an array
|
|
* param => ("message_type" => (schedule accept, deline) , 'schedule_id' => '' )
|
|
*/
|
|
}
|