diff --git a/helper/gnuboard.dbt.php b/helper/gnuboard.dbt.php index 6c5cd25..2f10fa5 100644 --- a/helper/gnuboard.dbt.php +++ b/helper/gnuboard.dbt.php @@ -144,7 +144,7 @@ if(!function_exists("gnb_get_password")) { } // run login process -if(!function_exists("gnb_process_login")) { +if(!function_exists("gnb_process_safe_login")) { function gnb_process_safe_login($user_name, $user_password) { $result = false; $mb = gnb_get_member($user_name);