]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/booking_functions.php
Dependencies added (required)
[mailer.git] / inc / libs / booking_functions.php
index 7d87db6e22cacb9723a67890c5345d79e59aa0cd..7373071ba62e2b069a431970aae8b4c8a3b4d855 100644 (file)
@@ -14,8 +14,6 @@
  * $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                    *
@@ -59,6 +57,9 @@ function addBookingRecord ($subject, $userid, $points, $mode) {
 function FILTER_ADD_BOOKING_RECORD ($data) {
        // Add a record
        addBookingRecord($data['subject'], $data['userid'], $data['points'], $data['mode']);
+
+       // Return data
+       return $data;
 }
 
 // [EOF]