formatting
This commit is contained in:
parent
a2f3210c79
commit
7a958ec8b6
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('UTYPE_HOST', 'H');
|
define('UTYPE_HOST' , 'H');
|
||||||
define('UTYPE_ADMIN', 'A');
|
define('UTYPE_ADMIN' , 'A');
|
||||||
define('UTYPE_GUEST', 'G');
|
define('UTYPE_GUEST' , 'G');
|
||||||
define('UTYPE_PROGRAM_MANAGER', 'P');
|
define('UTYPE_PROGRAM_MANAGER' , 'P');
|
||||||
|
|
||||||
class Application_Model_User
|
class Application_Model_User
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue