X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-booking.php;h=e201416f831d140cb6715ae067a64aafbbd19bb6;hp=a6a8995fd9146d74b5f1d57edf548d6481ec507d;hb=7cfec287d338c5b3af01b1a79881302505b3a795;hpb=4f089d36fcc801992932f3a1f47ab139b573a38d diff --git a/inc/extensions/ext-booking.php b/inc/extensions/ext-booking.php index a6a8995fd9..e201416f83 100644 --- a/inc/extensions/ext-booking.php +++ b/inc/extensions/ext-booking.php @@ -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 * @@ -65,6 +63,7 @@ switch (getExtensionMode()) { `subject` VARCHAR(255) NOT NULL DEFAULT 'missing', `mode` ENUM('add','sub') NOT NULL DEFAULT 'add', `points` FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.0000, +`recorded` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, INDEX (`userid`), PRIMARY KEY (`id`) ) TYPE={?_TABLE_TYPE?} COMMENT='Member points booking table'");