The part of code that says:
代碼: 選擇全部
if ( $required_field_config['flag'] && empty($user_flag))
But I was loking at the mysql table, and a user without Flag, has not a null field
Instead, it have
blank.gif
代碼: 選擇全部
if ( $required_field_config['flag'] && empty($user_flag))