]> git.mxchange.org Git - mailer.git/blobdiff - inc/gen_sql_patches.php
SQLs fixed
[mailer.git] / inc / gen_sql_patches.php
index 3d2a48dfe5da78d94ac1e8c234abd54ab7b73739..24bd20b76f0851532d4f571faa5e6a2883d9f707 100644 (file)
  * $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 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -70,8 +68,9 @@ if (getMasterSalt() == '') {
 if (getFileHash() == '') {
        // Create filename from hashed random string
        $fileHash = sha1(generatePassword(mt_rand(128, 256)));
-       $FQFN = sprintf("%sinc/cache/.%s.cache",
+       $FQFN = sprintf("%s%s.%s.cache",
                getPath(),
+               getCachePath(),
                $fileHash
        );