X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbooking_functions.php;h=4297becaeb54847e85bdb52d6863595ca015c261;hb=4d64a8575593f7cc8f69aec74d14c29ba6e8ef6c;hp=20bda61bbd2578f1666278d030af9695279ffb7b;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/libs/booking_functions.php b/inc/libs/booking_functions.php index 20bda61bbd..4297becaeb 100644 --- a/inc/libs/booking_functions.php +++ b/inc/libs/booking_functions.php @@ -53,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), __FUNCTION__, __LINE__); + array($uid, $subject, $mode, $points), __FUNCTION__, __LINE__); } // [EOF]