-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
1.9.4
-
None
-
Any
-
Easy
-
MOODLE_19_STABLE
The edittime field for a dialog contains a value used to determine the date a conversation should be automatically closed at after initial authoring. This validation check (client and server-side) requires that the value be less that 6-chars and be of numeric type. Prior to this fix it was possible to enter a value larger than the maximum bigint value for the OS which was breaking a SQL query in the cron() sub for the dialog module.