]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mediadata.php
Wrapper function introduced, double-quotes converted to single:
[mailer.git] / inc / extensions / ext-mediadata.php
index bfc8dc47a55a5c02c4522440132ced5b3bd7c0f4..a2d1a8e1b0893682ab481a6a151f94d6d9b8dca6 100644 (file)
@@ -124,8 +124,8 @@ PRIMARY KEY (`media_key`)
                                break;
 
                        case '0.0.7': // SQL queries for v0.0.7
-                               addConfigAddSql('mt_start', "BIGINT(20) UNSIGNED NOT NULL DEFAULT 0");
-                               addConfigAddSql('mt_stage', "BIGINT(20) UNSIGNED NOT NULL DEFAULT 500");
+                               addConfigAddSql('mt_start', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 0');
+                               addConfigAddSql('mt_stage', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 500');
                                addAdminMenuSql('setup', 'config_mediadata', 'Mediendaten', 'Stellen Sie allgemeine Einstellungen zu den Mediendaten ein.', 10);
 
                                // Update notes (these will be set as task text!)