Set ')' at wrong position
dollares - February 26, 2007 - 00:58
| Project: | Textimage |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dollares |
| Status: | closed |
Jump to:
Description
textimage.module in line 486:
--> drupal_set_message(t('The preset was unable to be updated.', 'error'));
but is must look like:
drupal_set_message(t('The preset was unable to be updated.'), 'error');
cu
dollares

#1
Will be fixed in next dev build.
#2
Committed to: HEAD, DRUPAL-6--2 and DRUPAL-5--2.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.