]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-doubler.php
Removed comment introduced by Profi-Concept, this comment should fine (in a much...
[mailer.git] / inc / extensions / ext-doubler.php
index 8181c9e06fa060ce051b8f0aa73710ce5f46293c..f4989bf0c175724ec58536059c939104bfe70b68 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                    *
@@ -58,13 +56,13 @@ switch (getExtensionMode()) {
 `refid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `points` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000,
 `remote_ip` VARCHAR(15) NOT NULL DEFAULT '0.0.0.0',
-`timemark` VARCHAR(10) NOT NULL DEFAULT '',
+`timemark` BIGINT(10) NOT NULL DEFAULT 0,
 `completed` ENUM('Y','N') NOT NULL DEFAULT 'N',
 `is_ref` ENUM('Y','N') NOT NULL DEFAULT 'N',
 KEY (`refid`),
 KEY (`userid`),
 PRIMARY KEY (`id`)
-)TYPE={?_TABLE_TYPE?}");
+) TYPE={?_TABLE_TYPE?}");
 
                //
                // --- SETTINGS ---