Commit 7c81f8a6 authored by woogerboy21's avatar woogerboy21
Browse files

Added lower case country code on correction.

parent f636c0ee
...@@ -27,5 +27,10 @@ do ...@@ -27,5 +27,10 @@ do
fi fi
fi fi
done done
if [ "$MODE" == "correct" ]; then
mysql --defaults-file=$SQLCONFFILE -h localhost -e "update ""$DBNAME"".""$TABLEPREFIX""_users set country = lower(country);"
fi
echo "INVALID: $INVALIDCOUNT" echo "INVALID: $INVALIDCOUNT"
echo "VALID: $VALIDCOUNT" echo "VALID: $VALIDCOUNT"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment