]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_user.php
Added update_year.sh (still not fully flexible) and updated all years with it.
[mailer.git] / inc / daily / daily_user.php
index 575f65eec6e01ae60f835ff363432d01ccd0443c..1922b584b68991b2c2459631e8abc74c923b3897 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Dinge, die beim taeglichen Reset erledigt werden *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -83,7 +78,7 @@ WHERE
 ORDER BY
        `userid` ASC", __FILE__, __LINE__);
 
-//* DEBUG: */ debugOutput(basename(__FILE__) . ':payout=0;daily|numRows=' . SQL_NUMROWS($result_daily));
+//* DEBUG: */ debugOutput(basename(__FILE__) . ':payout=0;daily|numRows=' . sqlNumRows($result_daily));
 if (!ifSqlHasZeroNums($result_daily)) {
        // Init SQLs
        initSqls();
@@ -109,7 +104,7 @@ ORDER BY
                                        $columnName
                                ), __FILE__, __LINE__);
 
-                       //* DEBUG: */ debugOutput(basename(__FILE__) . ':payout=0;points|numRows=' . SQL_NUMROWS($result_points));
+                       //* DEBUG: */ debugOutput(basename(__FILE__) . ':payout=0;points|numRows=' . sqlNumRows($result_points));
                        if (!ifSqlHasZeroNums($result_points)) {
                                // Ok transfer points
                                while ($content2 = sqlFetchArray($result_points)) {