X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbooking_functions.php;h=5bafa6eeb60534771bf7d90cc10109bae99ec800;hb=0cc8dc922414bf0f7325e0d8d41d8a09138fe51a;hp=bb3aac762f669b191edf327e5766669d51263e93;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc;p=mailer.git diff --git a/inc/libs/booking_functions.php b/inc/libs/booking_functions.php index bb3aac762f..5bafa6eeb6 100644 --- a/inc/libs/booking_functions.php +++ b/inc/libs/booking_functions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer booking-Erweiterung * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -48,7 +53,7 @@ function ADD_BOOKING_RECORD ($subject, $uid, $points, $mode) { // Add record entry here SQL_QUERY_ESC("INSERT INTO `{!_MYSQL_PREFIX!}_user_book` (`userid`,`subject`,`mode`,`points`) VALUES(%s,'%s','%s',%s)", - array($uid, $subject, $mode, $points), __FILE__, __LINE__); + array($uid, $subject, $mode, $points), __FUNCTION__, __LINE__); } // [EOF]