No, just remount the partition you turned on quotas for.
If it's your root file system you'll need to bring it down to single user mode:
# telinit 1
# mount / -o remount
# telinit 5 (or 3 whatever you use)
[ December 20, 2002: Message edited by: void main ]