]> 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 b6289ef40227500593ce043b341a3fd7fe01ddcd..fc7167a107f89e800935bc6cd5ca48ba0057323d 100644 (file)
  * -------------------------------------------------------------------- *
  * 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                  *
@@ -41,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