]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/grade_functions.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / libs / grade_functions.php
index 9b8fc2b4c7b8641231d3224be6c07408ce0c3e7c..a3dc9067e156d03fe11ac848d33145c2cb9d3773 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 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -72,8 +72,8 @@ ORDER BY
                        // Load all entries
                        while ($grade = SQL_FETCHARRAY($result)) {
                                // Add it to arrays
-                               $gradeKeys[] = $grade['grade_id'];
-                               $gradeValues[] = $grade['grade_name'];
+                               array_push($gradeKeys  , $grade['grade_id']);
+                               array_push($gradeValues, $grade['grade_name']);
                        } // END - while
                } // END - if