--- C:\Users\wadmiraal\Documents\_Clients\ELS\Dev\ELS-dev\intranet\source\sites\all\modules\ldapsync\ldapsync.admin.old.inc 
+++ C:\Users\wadmiraal\Documents\_Clients\ELS\Dev\ELS-dev\intranet\source\sites\all\modules\ldapsync\ldapsync.admin.inc 
@@ -66,7 +66,7 @@
     '#title' => t('Missing users action'),
     '#description' => t("What to do when LDAP-authentified Drupal users don't exist or are disabled in LDAP. Choose block to disable the user accounts in Drupal. Choose warn to only log a warning to the Drupal log."),
     '#default_value' => variable_get('ldapsync_missing_users_action','warn'),
-    '#options' => array(t('warn')=>t('warn'), t('block')=>t('block')),
+    '#options' => array('warn'=>t('warn'), 'block'=>t('block')),
   );
   $form['submit'] = array(
     '#type'  => 'submit',
