]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mods.php
Module data now correctly set in 'cache_array'
[mailer.git] / inc / extensions / ext-mods.php
index 59a6ee591d54a12b1cfdb91c028845433a78ee11..d16de4435a5ea2d7d460e76e75f7e36da4682b22 100644 (file)
@@ -14,8 +14,6 @@
  * $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 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -105,7 +103,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.0.8': // SQL queries for v0.0.8
-                               addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET title = 'Modul-Management' WHERE action = 'mods' AND (`what`='' OR `what` IS NULL) LIMIT 1");
+                               addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `title`='Modul-Management' WHERE `action`='mods' AND (`what`='' OR `what` IS NULL) LIMIT 1");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Verwaltung auf Management umgestellt.");