X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbooking_functions.php;h=ad4601c0e4ed6d1d0a3d229f4b2f60c79d71ff48;hb=b6c301dece2d7a3375321d4f3c0498ceaeb5a2a6;hp=7d87db6e22cacb9723a67890c5345d79e59aa0cd;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/libs/booking_functions.php b/inc/libs/booking_functions.php index 7d87db6e22..ad4601c0e4 100644 --- a/inc/libs/booking_functions.php +++ b/inc/libs/booking_functions.php @@ -14,11 +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 * + * 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] ?>