FATAL ERROR INSERT INTO featurecodes Column 'description' cannot be null]

I am using the distro and created a time conditions which I wanted to point to a queue. On submit I get the error listed below. I found this bug report via google but it’s marked fixed. Any ideas?

FATAL ERROR
INSERT INTO featurecodes (modulename, featurename, description, defaultcode, customcode, enabled, providedest) VALUES (‘timeconditions’, ‘toggle-mode-1’, null, null, null, ‘0’, ‘0’) [nativecode=1048 ** Column ‘description’ cannot be null]SQL -
INSERT INTO featurecodes (modulename, featurename, description, defaultcode, customcode, enabled, providedest) VALUES (‘timeconditions’, ‘toggle-mode-1’, null, null, null, ‘0’, ‘0’)
Trace Back
/var/www/html/admin/libraries/sql.functions.php:11 die_freepbx()
[0]: INSERT INTO featurecodes (modulename, featurename, description, defaultcode, customcode, enabled, providedest) VALUES (‘timeconditions’, ‘toggle-mode-1’, null, null, null, ‘0’, ‘0’) [nativecode=1048 ** Column ‘description’ cannot be null]SQL -
INSERT INTO featurecodes (modulename, featurename, description, defaultcode, customcode, enabled, providedest) VALUES (‘timeconditions’, ‘toggle-mode-1’, null, null, null, ‘0’, ‘0’)

/var/www/html/admin/libraries/featurecodes.class.php:105 sql()
[0]: INSERT INTO featurecodes (modulename, featurename, description, defaultcode, customcode, enabled, providedest) VALUES (‘timeconditions’, ‘toggle-mode-1’, null, null, null, ‘0’, ‘0’)
[1]: query

/var/www/html/admin/modules/timeconditions/functions.inc.php:495 featurecode->update()

/var/www/html/admin/modules/timeconditions/page.timeconditions.php:37 timeconditions_edit()
[0]: 1
[1]:

/var/www/html/admin/config.php:272 include()
[0]: /var/www/html/admin/modules/timeconditions/page.timeconditions.php

Some additional info:
I am running distro version 1.8.2.0-2 with custom contexts and I also noticed that the override code *271 in time conditions disappeared prior to the above error.

Never mind. Problem was in SQL “featurecodes” where the timeconditions “override code” entry got somehow deleted. After I restored the record everything worked ok again.