X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbooking_functions.php;h=ad4601c0e4ed6d1d0a3d229f4b2f60c79d71ff48;hb=b6c301dece2d7a3375321d4f3c0498ceaeb5a2a6;hp=5e5fb3166878fc42042db020ba2f99e73ec874b5;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/libs/booking_functions.php b/inc/libs/booking_functions.php index 5e5fb31668..ad4601c0e4 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 - 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 * @@ -54,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] ?>