]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/booking_functions.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / libs / booking_functions.php
index 04a237d2f52a984b9c33d723b5727bf4f3bf50ca..20bda61bbd2578f1666278d030af9695279ffb7b 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -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