history records for a show have times validated within show range.
This commit is contained in:
parent
5a8957273f
commit
15e27f8166
6 changed files with 89 additions and 46 deletions
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/*define('UTYPE_HOST' , 'H');
|
||||
define('UTYPE_ADMIN' , 'A');
|
||||
define('UTYPE_GUEST' , 'G');
|
||||
define('UTYPE_PROGRAM_MANAGER' , 'P');*/
|
||||
|
||||
class Application_Service_UserService
|
||||
{
|
||||
private $currentUser;
|
||||
|
@ -18,7 +13,7 @@ class Application_Service_UserService
|
|||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* Returns a CcSubjs object
|
||||
*/
|
||||
public function getCurrentUser()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue