Functions: Minor clean up.
This commit is contained in:
parent
f6700881b2
commit
0e4f933da2
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue