Index: branches/5.0.x/core/install/upgrades.sql =================================================================== diff -u -r12159 -r12209 --- branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 12159) +++ branches/5.0.x/core/install/upgrades.sql (.../upgrades.sql) (revision 12209) @@ -1375,4 +1375,6 @@ SET ValueList = '1=la_opt_UserInstantRegistration,2=la_opt_UserNotAllowedRegistration,3=la_opt_UserUponApprovalRegistration,4=la_opt_UserEmailActivation' WHERE VariableName = 'User_Allow_New'; +UPDATE ConfigurationValues SET VariableValue = '1' WHERE VariableName = 'ResizableFrames'; + UPDATE Modules SET Version = '5.0.1', Loaded = 1 WHERE Name = 'In-Portal'; \ No newline at end of file