THIS SCRIPT WILL NOT REPAIR BROKEN DATAFORMS DUE TO UPGRADING TO MYSQL 5.0
In WebGUI 6.8.3, a bug was introduced that caused DataForm fields
to lose their order. There are various ways that this can be fixed
through the interface, such as by adding or deleting fields, but
doing this to all your DataForms can be tedious.
This script will automatically fix the sequencing on all your
DataForms in one shot.
Running the script:
1) Backup your database.
2) Run the script
cd /data/WebGUI/sbin
perl resequenceDataForms.pl --configFile WebGUI.conf
THIS SCRIPT WILL NOT REPAIR BROKEN DATAFORMS DUE TO UPGRADING TO MYSQL 5.0