Functions: Minor clean up.

This commit is contained in:
fusionate 2023-12-22 00:09:26 +00:00
parent f6700881b2
commit 0e4f933da2
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -2273,7 +2273,7 @@
} }
// User exists //user exists
if (!function_exists('user_exists')) { if (!function_exists('user_exists')) {
function user_exists($login, $domain_name = null) { function user_exists($login, $domain_name = null) {
@ -2379,7 +2379,6 @@ if (!function_exists('git_repo_info')) {
} }
} }
//git locate app repositories //git locate app repositories
if (!function_exists('git_find_repos')) { if (!function_exists('git_find_repos')) {
function git_find_repos($path) { function git_find_repos($path) {
@ -2395,4 +2394,5 @@ if (!function_exists('git_find_repos')) {
return $git_repos; return $git_repos;
} }
} }
?>
?>