wecuro_blog/application/helpers/NotificationUpdate_helper.php

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' => '' )
*/
}