]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-online.php
Added (unfinished) a way to edit forced ads, rwritten many XML templates
[mailer.git] / inc / extensions / ext-online.php
index c1494a11a8423a7dda2b39b730782b4a07bcff7d..d79d8f79812abd64611a40d8bdb38798e26b0f1b 100644 (file)
@@ -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;