X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Flibs%2Fbooking_functions.php;h=7373071ba62e2b069a431970aae8b4c8a3b4d855;hb=2763c536e15b838a5df284bca71b7430870edc47;hp=5e5fb3166878fc42042db020ba2f99e73ec874b5;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/libs/booking_functions.php b/inc/libs/booking_functions.php index 5e5fb31668..7373071ba6 100644 --- a/inc/libs/booking_functions.php +++ b/inc/libs/booking_functions.php @@ -14,10 +14,9 @@ * $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 * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -58,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]