]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/booking_functions.php
ext-coupon is still unfinished
[mailer.git] / inc / libs / booking_functions.php
index 7d87db6e22cacb9723a67890c5345d79e59aa0cd..ad4601c0e4ed6d1d0a3d229f4b2f60c79d71ff48 100644 (file)
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -55,11 +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']);
-}
-
 // [EOF]
 ?>