X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbooking_functions.php;h=04a237d2f52a984b9c33d723b5727bf4f3bf50ca;hb=fb7120ffa230b62b54895bcf95952e1cf30f8594;hp=78252fb5c85cde0b6b7fabacc7746530d5b3eb02;hpb=cca98f57dff720b174d21d071cee8303462485d7;p=mailer.git diff --git a/inc/libs/booking_functions.php b/inc/libs/booking_functions.php index 78252fb5c8..04a237d2f5 100644 --- a/inc/libs/booking_functions.php +++ b/inc/libs/booking_functions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer booking-Erweiterung * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -47,8 +52,8 @@ function ADD_BOOKING_RECORD ($subject, $uid, $points, $mode) { } // END - if // 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__); + SQL_QUERY_ESC("INSERT INTO `{!_MYSQL_PREFIX!}_user_book` (`userid`,`subject`,`mode`,`points`) VALUES(%s,'%s','%s',%s)", + array($uid, $subject, $mode, $points), __FUNCTION__, __LINE__); } // [EOF]