Build precise queries to find exactly what you need
Press ESC to close
@[email protected]
Favorites0
Views
Projects0
works ok but there is an error in return error call, the last line is: exit ($errors[$state]); and should be: exit ((int)$errors[$state]); Because error number should be and int and not a string to works ok.
Reviewed 14 years ago