Added lower case country code on correction.
This commit is contained in:
parent
f636c0ee19
commit
7c81f8a610
1 changed files with 5 additions and 0 deletions
|
@ -27,5 +27,10 @@ do
|
|||
fi
|
||||
fi
|
||||
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 "VALID: $VALIDCOUNT"
|
||||
|
|
Loading…
Reference in a new issue