]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/birthday_functions.php
Updated copyright year.
[mailer.git] / inc / libs / birthday_functions.php
index 9ea5bd21717f7ec0a257ef35b3109a14496a1304..0ff5ccca4eb0794d37d9a1895c3afd9fc773a1a5 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 
 // Getter for birthday_points
 function getBirthdayPoints () {
-       // Do we have cache?
+       // Is there cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
                $GLOBALS[__FUNCTION__] = getConfig('birthday_points');