Update ideal commit message to reflect new guidelines

This commit is contained in:
Will Rossiter 2012-08-05 18:29:41 +12:00
parent 7162d65258
commit bbbec359d5

View File

@ -101,7 +101,7 @@ Example: Bad commit message
Example: Good commit message
ENHANCEMENT Formatting through prepValueForDB()
BUG Formatting through prepValueForDB()
Added prepValueForDB() which is called on DBField->writeToManipulation()
to ensure formatting of value before insertion to DB on a per-DBField type basis (fixes #1234).