]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/booking_functions.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / libs / booking_functions.php
index 20bda61bbd2578f1666278d030af9695279ffb7b..4297becaeb54847e85bdb52d6863595ca015c261 100644 (file)
@@ -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]