Files
CRM/user_privileges/user_privileges_0.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

28 lines
1.6 KiB
PHP

<?php
//This is the access privilege file
$is_admin=false;
$current_user_roles='';
$current_user_parent_role_seq='';
$current_user_profiles=array();
$profileGlobalPermission=;
$profileTabsPermission=array('3'=>0,);
$profileActionPermission=array();
$current_user_groups=array();
$subordinate_roles=array();
$parent_roles=array();
$subordinate_roles_users=array();
$user_info=array('user_name'=>'','is_admin'=>'','user_password'=>'','confirm_password'=>'','first_name'=>'','last_name'=>'','roleid'=>'','email1'=>'','status'=>'','activity_view'=>'','lead_view'=>'','hour_format'=>'','end_hour'=>'','start_hour'=>'','is_owner'=>'','title'=>'','phone_work'=>'','department'=>'','phone_mobile'=>'','reports_to_id'=>'','phone_other'=>'','email2'=>'','phone_fax'=>'','secondaryemail'=>'','phone_home'=>'','date_format'=>'','signature'=>'','description'=>'','accesskey'=>'','time_zone'=>'','currency_id'=>'','currency_grouping_pattern'=>'','currency_decimal_separator'=>'','currency_grouping_separator'=>'','currency_symbol_placement'=>'','imagename'=>'','internal_mailer'=>'','theme'=>'','language'=>'','reminder_interval'=>'','phone_crm_extension'=>'','no_of_currency_decimals'=>'','truncate_trailing_zeros'=>'','dayoftheweek'=>'','callduration'=>'','othereventduration'=>'','calendarsharedtype'=>'','default_record_view'=>'','leftpanelhide'=>'','rowheight'=>'','defaulteventstatus'=>'','defaultactivitytype'=>'','hidecompletedevents'=>'','defaultcalendarview'=>'','industry'=>'','res_id'=>'','secteur1_id'=>'','secteur2_id'=>'','secteur3_id'=>'','secteur4_id'=>'','currency_name'=>'','currency_code'=>'','currency_symbol'=>'','conv_rate'=>'','id'=>'0');
?>