]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/booking_functions.php
Double question mark fixed
[mailer.git] / inc / libs / booking_functions.php
index 7373071ba62e2b069a431970aae8b4c8a3b4d855..ad4601c0e4ed6d1d0a3d229f4b2f60c79d71ff48 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -53,14 +53,5 @@ function addBookingRecord ($subject, $userid, $points, $mode) {
                array($userid, $subject, $mode, $points), __FUNCTION__, __LINE__);
 }
 
-// Filter for adding booking record
-function FILTER_ADD_BOOKING_RECORD ($data) {
-       // Add a record
-       addBookingRecord($data['subject'], $data['userid'], $data['points'], $data['mode']);
-
-       // Return data
-       return $data;
-}
-
 // [EOF]
 ?>