X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbooking_functions.php;h=04a237d2f52a984b9c33d723b5727bf4f3bf50ca;hb=39d732a997c6abf81c4a76e9b26cbe61a77a6769;hp=44fda2dac0953bc7f0558cfd6aeb7b29b9c63809;hpb=873383a2be8344d09c5c37b6243b03b17256c7e5;p=mailer.git diff --git a/inc/libs/booking_functions.php b/inc/libs/booking_functions.php index 44fda2dac0..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]