]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-online.php
Re-added, now the right ones
[mailer.git] / inc / extensions / ext-online.php
index a9679229b922bf9623d2a80300b006c4b52df50a..87f58aa9d3e3d8bc81a218cab76229d5a42e18bc 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Wer befindet sich wo gerade Online?              *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $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                  *
@@ -62,7 +67,8 @@ is_member ENUM('Y','N') NOT NULL DEFAULT 'N',
 timestamp VARCHAR(10) NOT NULL DEFAULT 0,
 PRIMARY KEY(id),
 KEY(userid),
-KEY(refid)
+KEY(refid),
+KEY `admin_member` (`is_admin`,`is_member`)
 ) TYPE={!_TABLE_TYPE!}");
        ADD_SQL("INSERT INTO `{!_MYSQL_PREFIX!}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('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;