]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-usage.php
jquery will not become an extension in the future
[mailer.git] / inc / extensions / ext-usage.php
index b0b586e1dbfc92f3e4bef9b6dcef6eabe70658fb..230400b2914f7cd9cf481b094d0b4ca963a235de 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 02/07/2009 *
- * ================                             Last change: 02/07/2009 *
+ * Mailer v0.2.1-FINAL                                Start: 02/07/2009 *
+ * ===================                          Last change: 02/07/2009 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : ext-usage.php                                    *
@@ -50,7 +50,7 @@ setExtensionVersionHistory(array('0.0'));
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
                // SQL commands to run
-               addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_admin_menu` (`action`,`what`,`title`,`descr`,`sort`) VALUES ('stats','usage','Aufrufstatistik','Erkennt automatisch Ihre Aufrufstatisiken und bindet diese in das Admin-Interface ein. (Derzeit nur Webalizer!)',9)");
+               addAdminMenuSql('stats','usage','Aufrufstatistik','Erkennt automatisch Ihre Aufrufstatisiken und bindet diese in das Admin-Interface ein. (Derzeit nur Webalizer!)',9);
                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD `usage_base` VARCHAR(255) NOT NULL DEFAULT 'usage'");
                break;