]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/booking_functions.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / libs / booking_functions.php
index 04a237d2f52a984b9c33d723b5727bf4f3bf50ca..fc7167a107f89e800935bc6cd5ca48ba0057323d 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 // Add a record entry ("mode" can be add/sub!)
 function ADD_BOOKING_RECORD ($subject, $uid, $points, $mode) {
        // Is the sql_patches updated?
-       if (EXT_VERSION_IS_OLDER("sql_patches", "0.5.7")) {
+       if (EXT_VERSION_IS_OLDER('sql_patches', '0.5.7')) {
                // Abort here
                return;
        } // END - if