Closed (fixed)
Project:
Webform
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 22:07 UTC
Updated:
3 Jun 2009 at 20:30 UTC
Patch attached
| Comment | File | Size | Author |
|---|---|---|---|
| webform_un_t_ify_schema-D6.patch | 13.24 KB | hass |
Comments
Comment #1
quicksketchAs far as I know, t() is supposed to remain in hook_schema: http://api.drupal.org/api/function/hook_schema
Comment #2
hass commentedNo... it has been removed from core and all module maintainers should do, too. See #332123: Remove t() from all schema descriptions
Comment #3
zoltán balogh commentedPatch is works fine.
Comment #4
pasqualleyes, the t() should be removed from the .install files. Makes translators life much more easier..
Comment #5
quicksketchSorry I was keeping open to remind myself to fix the documentation in #332123: Remove t() from all schema descriptions. Now that's fixed I can commit this patch. :-)
Comment #6
quicksketchCommitted to HEAD and DRUPAL-6--2. Thanks!