Index: inline_registration.module
===================================================================
--- inline_registration.module	(revision 406)
+++ inline_registration.module	(working copy)
@@ -17,7 +17,7 @@
     $form['register'] = array(
       '#type' => 'fieldset',
       '#title' => t('Login or Register as a New User'),
-      '#description' => t('You are not currently logged in. In order to post this item please !login or provide the following details to register.', array('!login' => l(t('login now'), 'user/login', array('destination='. $_GET['q'])))),
+      '#description' => t('You are not currently logged in. In order to post this item please !login or provide the following details to register.', array('!login' => l(t('login now'), 'user/login', array('query' => drupal_get_destination())))),
       '#weight' => variable_get('inline_registration_weight_'. $form['#node']->type, 0),
     );
       
