Index: l10n_pconfig.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/l10n_pconfig/Attic/l10n_pconfig.module,v
retrieving revision 1.1.2.2.2.1
diff -u -p -r1.1.2.2.2.1 l10n_pconfig.module
--- l10n_pconfig.module	15 Nov 2010 18:53:24 -0000	1.1.2.2.2.1
+++ l10n_pconfig.module	3 Dec 2010 17:12:13 -0000
@@ -52,7 +52,7 @@ function l10n_pconfig_form_alter(&$form,
         ->condition('l.language', $form['langcode']['#value'])
         ->execute()
         ->fetchObject();
-      if (!empty($language->formula) && !empty($language->plurals)) {
+      if (!empty($language->formula) || !empty($language->plurals)) {
         $plural_formula = 'nplurals='. $language->plurals .'; plural='. strtr($language->formula, array('$' => '')) .';';
       }
     }
