X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstylesheet.php;h=9658652f397752d594c79d5d35b56040394e9648;hb=41c8102f82894c917d7aecaa60d11092754740ea;hp=14e30495454a9a0857703ae9282ba29a050f2704;hpb=229c7f934f0976dee3cf2908ebf526ba503c7857;p=mailer.git diff --git a/inc/stylesheet.php b/inc/stylesheet.php index 14e3049545..9658652f39 100644 --- a/inc/stylesheet.php +++ b/inc/stylesheet.php @@ -14,8 +14,6 @@ * $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 * @@ -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