Open jnewman67 opened 6 years ago
this may have been a leftover from what you started with, but I believe this variable is misspelled, based on how it appears it's being used:
in goldfish.sh, line 40:
USER_FILED="email"
i think that should be "FIELD", not "FILED" (related to the user's email field in the database).
it doesn't not appear it affects functionality - but...
thanks.
this may have been a leftover from what you started with, but I believe this variable is misspelled, based on how it appears it's being used:
in goldfish.sh, line 40:
USER_FILED="email"
i think that should be "FIELD", not "FILED" (related to the user's email field in the database).
it doesn't not appear it affects functionality - but...
thanks.