]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-surfbar_start.php
All resets rewritten, missing svn:properties added
[mailer.git] / inc / modules / member / what-surfbar_start.php
index 8fae67e5f569c73dd90efb8474e2fe7de6984d39..6ce70f50cad61970602a55131ee343ff5cac3abe 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/05/2008 *
- * ================                             Last change: 09/08/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 09/05/2008 *
+ * ===================                          Last change: 09/08/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-surfbar_start.php                           *
@@ -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 *
@@ -56,7 +57,7 @@ $content = array(
        'surfbar_static_reward' => translateComma(getConfig('surfbar_static_reward')),
        'surfbar_static_time'   => createFancyTime(getConfig('surfbar_static_time')),
        'surfbar_static_lock'   => createFancyTime(getConfig('surfbar_static_lock')),
-       'surfbar_total_urls'    => SURFBAR_GET_TOTAL_URLS('ACTIVE', '0')
+       'surfbar_total_urls'    => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0)
 );
 
 // In dynamic mode we need some more data
@@ -64,7 +65,7 @@ if (getConfig('surfbar_pay_model') == 'DYNAMIC') {
        // Total URLs
        $content = array(
                'surfbar_dynamic_percent' => translateComma(getConfig('surfbar_dynamic_percent')),
-               'surfbar_total_urls'      => SURFBAR_GET_TOTAL_URLS('ACTIVE', '0'),
+               'surfbar_total_urls'      => SURFBAR_GET_TOTAL_URLS('ACTIVE', 0),
                'surfbar_user_urls'       => SURFBAR_GET_TOTAL_USER_URLS(),
                'surfbar_total_online'    => SURFBAR_DETERMINE_TOTAL_ONLINE(),
                'surfbar_total_users'     => translateComma(countSumTotalData('CONFIRMED', 'user_data', 'userid', 'status', true)),