history records for a show have times validated within show range.

This commit is contained in:
Naomi Aro 2013-08-30 00:43:43 -04:00
parent 5a8957273f
commit 15e27f8166
6 changed files with 89 additions and 46 deletions

View file

@ -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()