Skip to content
Snippets Groups Projects
Commit 9402f7d5 authored by jmontoya's avatar jmontoya
Browse files

Removing white space in the remote_user.tform.php file while calling the...

Removing white space in the remote_user.tform.php file while calling the client_template_get_by_user function. Reported by ispcomm
parent 5baeb45f
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ $function_list['mail_blacklist_get,mail_blacklist_add,mail_blacklist_update,mail
$function_list['mail_user_filter_get,mail_user_filter_add,mail_user_filter_update,mail_user_filter_delete'] = 'Mail user filter functions';
$function_list['mail_filter_get,mail_filter_add,mail_filter_update,mail_filter_delete'] = 'Mail filter functions';
$function_list['client_get,client_add,client_update,client_delete,client_get_sites_by_user,client_get_by_username,client_change_password'] = 'Client functions';
$function_list['server_get,get_function_list, client_templates_get_all'] = 'Server functions';
$function_list['server_get,get_function_list,client_templates_get_all'] = 'Server functions';
$function_list['sites_cron_get,sites_cron_add,sites_cron_update,sites_cron_delete'] = 'Sites cron functions';
$function_list['sites_database_get,sites_database_add,sites_database_update,sites_database_delete, sites_database_get_all_by_user'] = 'Sites database functions';
$function_list['sites_ftp_user_get,sites_ftp_user_add,sites_ftp_user_update,sites_ftp_user_delete'] = 'Sites FTP-User functions';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment