]> git.mxchange.org Git - mailer.git/blobdiff - inc/js/js-surfbar_stopped.php
Caching of expensive PHP functions:
[mailer.git] / inc / js / js-surfbar_stopped.php
index 1297d3749175db0e5188f8f6a64d6bab2bb52d17..91ac6e25f816c014086a64d1d6c8814756d734e5 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 *
@@ -43,14 +44,8 @@ if (!defined('__SECURITY')) {
        return;
 }
 
-// Prepare content
-$content = array(
-       'restart'   => bigintval(getRequestParameter('restart')),
-       'autostart' => getRequestParameter('autostart')
-);
-
 // Load template
-loadTemplate('js_surfbar_stopped', false, $content);
+loadTemplate('js_surfbar_stopped');
 
 // [EOF]
 ?>