]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-surfbar_stats.php
Fixed calls of addSelectionBox()
[mailer.git] / inc / modules / admin / what-surfbar_stats.php
index a414fbad4f56814839dcb362ec1fb9eaf7c48977..5296aacc44d955f2708209ebf0c10a1cfba5099e 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -70,7 +70,7 @@ ORDER BY
                        $content['last_surfed']  = generateDateTime($content['last_surfed'], 2);
 
                        // Load row template
-                       $OUT .= loadTemplate('admin_surfbar_url_stats_row', true, $content);
+                       $OUT .= loadTemplate('admin_surfbar_url_stats_row', TRUE, $content);
                        $count++;;
                } // END - while
 
@@ -83,7 +83,7 @@ ORDER BY
 
 
                // Load main template
-               loadTemplate('admin_surfbar_url_stats', false, $content);
+               loadTemplate('admin_surfbar_url_stats', FALSE, $content);
        } else {
                // No statistics so far
                displayMessage('{--ADMIN_SURFBAR_NO_URL_STATS--}');
@@ -111,7 +111,7 @@ ORDER BY
                        $visits   += $content['total_visits'];
 
                        // Load row template
-                       $OUT .= loadTemplate('admin_surfbar_stats_row', true, $content);
+                       $OUT .= loadTemplate('admin_surfbar_stats_row', TRUE, $content);
                } // END - while
 
                // Prepare content
@@ -123,7 +123,7 @@ ORDER BY
 
 
                // Load main template
-               loadTemplate('admin_surfbar_stats', false, $content);
+               loadTemplate('admin_surfbar_stats', FALSE, $content);
        } else {
                // No statistics so far
                displayMessage('{--ADMIN_SURFBAR_NO_STATS--}');