Skip to main content
Topic: User Records Management Bug (Read 843 times) previous topic - next topic

User Records Management Bug

 "User Records Management " generate wrong logical code: if(!in_array(strtolower(USER_ROLE),$allowed_roles)){$db->where(...)}.The exclamation mark should not be there.Otherwise the sql "where" doesn't function correctly.