Basic release information
| Release | Download | File date | Last parsed | Files | Strings | Warnings |
|---|---|---|---|---|---|---|
| Webform MySQL Views 7.x-1.0 | webform_mysql_views-7.x-1.0.tar.gz | Sun, 04/15/2012 - 09:11 | Sun, 04/15/2012 - 09:16 | 3 | 27 | 2 |
Files parsed in this release
| File location | Version information |
|---|---|
| webform_ | n/ |
| webform_ | n/ |
| webform_ | n/ |
Source code warnings identified
| Warning value |
|---|
| In format_plural(), the singular and plural strings should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At format_plural(count($drop_nids),t('Dropped 1 view.'),t('Dropped @count views.'),array('@count'=>count($drop_nids))) in webform_mysql_views/webform_mysql_views.module on line 273. Read more at http://drupal.org/node/323072 |
| In format_plural(), the singular and plural strings should be literal strings. There should be no variables, concatenation, constants or even a t() call there. At format_plural(count($new_nids),t('Created 1 view.'),t('Created @count views.'),array('@count'=>count($drop_nids))) in webform_mysql_views/webform_mysql_views.module on line 286. Read more at http://drupal.org/node/323072 |