X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-online.php;h=d79d8f79812abd64611a40d8bdb38798e26b0f1b;hb=85aa6f0f85efbb08a829e3c89d897ceadab69b0e;hp=c1494a11a8423a7dda2b39b730782b4a07bcff7d;hpb=3f7f0051c91c54cb691303b9d49fb9cd1a7a4e8c;p=mailer.git diff --git a/inc/extensions/ext-online.php b/inc/extensions/ext-online.php index c1494a11a8..d79d8f7981 100644 --- a/inc/extensions/ext-online.php +++ b/inc/extensions/ext-online.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -65,7 +65,7 @@ switch (getExtensionMode()) { PRIMARY KEY (`id`), INDEX (`userid`), INDEX (`refid`), -INDEX `admin_member` (`is_admin`, `is_member`)", +INDEX `admin_member` (`is_admin`,`is_member`)", 'Who-is-where data'); addAdminMenuSql('misc','usr_online','Online-Statistik','Eine Liste von derzeit "Online" Usern. Doppelte Einträge könnte auf mangelnden Cookie-Support des Browsers oder auf einen Spider hindeuten.', 1); break;