X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-rallye.php;h=f8abbf08dadc10a691def8c88d3d85d26a8b50f6;hb=ff2f1e349cf09465870ba39256f7d0b5e3dd92f9;hp=8b05ceb6095d60be860e42551fd3661aa44b0e87;hpb=f80c8bcb6e503a761c07731b4741d718edb844c6;p=mailer.git diff --git a/inc/extensions/ext-rallye.php b/inc/extensions/ext-rallye.php index 8b05ceb609..f8abbf08da 100644 --- a/inc/extensions/ext-rallye.php +++ b/inc/extensions/ext-rallye.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 * @@ -329,7 +327,7 @@ Zudem sollten Sie mindestens folgende Templates (in templates/".getLangu case 'init': // Do stuff when extension is initialized // Do stuff only when not in CSS mode // @TODO Move this code into rallye_functions.php - if (getScriptOutputMode() != 1) { + if (!isCssOutputMode()) { // Get total member count $total = getTotalConfirmedUser();