]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-surfbar.php
This 'return FALSE' caused that the PHP's error handler was called :( So, do NEVER...
[mailer.git] / inc / extensions / ext-surfbar.php
index 31e5299cdc499b2cae77dd78878dfa4cde94436f..2a83519b03ad9c64cb81c7fc9eaf2254ef8f08be 100644 (file)
@@ -67,6 +67,7 @@ switch (getExtensionMode()) {
 `url_lock_reason` VARCHAR(255) NOT NULL DEFAULT '',
 `url_reject_reason` VARCHAR(255) NOT NULL DEFAULT '',
 `url_fixed_reload` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
+`url_fixed_waiting` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 PRIMARY KEY (`url_id`),
 UNIQUE INDEX `userid_url` (`url_userid`, `url`),
 INDEX `status_userid` (`url_status`, `url_userid`)",
@@ -175,7 +176,7 @@ UNIQUE INDEX `status_action` (`actions_status`, `actions_action`)",
                addConfigAddSql('surfbar_guest_login_form', "ENUM('Y','N') NOT NULL DEFAULT 'Y'");
 
                // Extend user data
-               addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_user_data` ADD `surfbar_low_notified` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00'");
+               addExtensionAddTableColumnSql('user_data', 'surfbar_low_notified', "TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00'");
 
                // Member menus
                addMemberMenuSql('surfbar', NULL, 'Besuchertausch', 4);