Removing the following commands from the autopatch script so that the server versions are updated with the current date
-- Update the configuration table to have the current version of LAMS
UPDATE lams_configuration SET config_value='2.2' WHERE config_key='Version';
UPDATE lams_configuration SET config_value='2.2.0.200811310000' WHERE config_key='AuthoringClientVersion' OR config_key='MonitorClientVersion' OR config_key='LearnerClientVersion' OR config_key='ServerVersionNumber';
UPDATE lams_configuration SET config_value='2008-11-31' WHERE config_key='DictionaryDateCreated';