475c475
< if (!empty($form_state['values']['textgroups'])) {
---
> if (in_array(1, $form_state['values']['textgroups'])) {
475c475
< if (!empty($form_state['values']['textgroups'])) {
---
> if (in_array(1, $form_state['values']['textgroups'])) {
Comments
Comment #1
gábor hojtsyHow does this result in an SQL error?
Comment #2
gábor hojtsyDuplicate of #329472: warnings at "Reimport packages".