]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
Pre-commit for old-lost code and convertion of double-quotes to single
[mailer.git] / surfbar.php
index 35b10ffa3e83508cc1926c70c1d7c94c44c6b8fa..fb6a5dd02c7fdf057c51c92b7569a88e662047ba 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -200,7 +201,7 @@ if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isGetRequestParameterSet('frame')) && (in
                if ($nextId > 0) {
                        // Then prepare other content
                        $content = array(
-                               'id'          => $nextId,
+                               'url_id'      => $nextId,
                                'check'       => SURFBAR_GENERATE_VALIDATION_CODE($nextId),
                                'salt'        => SURFBAR_GET_SALT(),
                                'reward'      => translateComma(SURFBAR_GET_REWARD($nextId)),