X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=7cd2a38cf4d105ed69964e001fe0781b1813b130;hb=0b3c15320cbefa1ae2ab0a0d6b6df525d08836d7;hp=14e30495454a9a0857703ae9282ba29a050f2704;hpb=71c07e991fc7f5393317f4d9adf4ecdbc26b9aa3;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 14e3049545..7cd2a38cf4 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -14,11 +14,9 @@ * $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 * @@ -116,7 +114,7 @@ if ((isCssOutputMode()) || (getConfig('css_php') == 'DIRECT')) { $OUT .= '?theme=' . $newTheme . '&installing=1'; } else { // Add SVN revision to bypass caching problems - $OUT .= '?rev=' . getCurrSvnRevision(); + $OUT .= '?rev=' . getCurrentRepositoryRevision(); } // Close tag