X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frevision-functions.php;h=6770020637569f208ede247f7018882890337f5d;hb=9b8fe454a575a1f000b00bc7ca37eaad6d59d21a;hp=ff8fd972064f8e510b10292de30fd48066d8769a;hpb=07af932574589f4906be5ebf6733fdb95f30e9a2;p=mailer.git diff --git a/inc/revision-functions.php b/inc/revision-functions.php index ff8fd97206..6770020637 100644 --- a/inc/revision-functions.php +++ b/inc/revision-functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * 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 * @@ -218,7 +218,7 @@ function getArrayFromRepositoryData () { // Add author to the Tag if the author is set and is not quix0r (lead coder) if ((isset($GLOBALS['cache_array']['revision']['Author'][0])) && ($GLOBALS['cache_array']['revision']['Author'][0] != 'quix0r')) { - $GLOBALS['cache_array']['revision']['Tag'][0] .= '-'.strtoupper($GLOBALS['cache_array']['revision']['Author'][0]); + $GLOBALS['cache_array']['revision']['Tag'][0] .= '-' . strtoupper($GLOBALS['cache_array']['revision']['Author'][0]); } // END - if } else {