X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Faction-online.php;h=7745551966dee01dfad02f297a5bde64062aa3e7;hb=1f98151ba359a81bb54a1c4c8010b24fa4c9dcf0;hp=3cc337bc613b37701b086369c0b58c85920edbd6;hpb=7c9cf221f2f7ef99d45fc233bf346c9f9168ef3e;p=mailer.git diff --git a/inc/modules/guest/action-online.php b/inc/modules/guest/action-online.php index 3cc337bc61..7745551966 100644 --- a/inc/modules/guest/action-online.php +++ b/inc/modules/guest/action-online.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Wer ist wo? (KEINE Untermenues anhaengen!) * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -52,8 +57,6 @@ $total = SQL_NUMROWS($result_guests) + SQL_NUMROWS($result_members) + SQL_N if (getConfig('mad_count') < $total) { // Update counter UPDATE_CONFIG(array("mad_timestamp", "mad_count"), array(time(), $total)); - $_CONFIG['mad_count'] = $total; - $_CONFIG['last_mad'] = time(); } // END - if // Put all values in constants for the template @@ -65,7 +68,7 @@ define('ADMINS_ONLINE_CNT' , SQL_NUMROWS($result_admins)); LOAD_TEMPLATE("online_now"); // Add more links in this block -RUN_FILTER('online_extra_links'); +runFilterChain('online_extra_links'); // ?>