--- /tmp/login_destination/login_destination.module 2008-12-01 14:37:22.000000000 +0100 +++ login_destination.module 2009-05-13 11:25:26.000000000 +0200 @@ -160,7 +160,7 @@ } elseif (LOGIN_COND_SNIPPET == $mode) { $destination = variable_get('ld_url_destination', 'user'); - return drupal_eval(''); + return drupal_eval($cond); } } }