]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-cprping.php
Do not add columns to CREATE statements if you already add them with ALTER TABLE
[mailer.git] / inc / extensions / ext-cprping.php
index 965a1ed5e2cbaf99ee3a1d1a77ba537b306c1024..a6f0771ced323d7bd182507972152c2c3f440070 100644 (file)
@@ -4,11 +4,11 @@
  * ===================                          Last change: 09/25/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
- * File              : ext-                                             *
+ * File              : ext-cprping.php                                  *
  * -------------------------------------------------------------------- *
- * Short description :                                                  *
+ * Short description : Check against CPR anti-spam database             *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  :                                                  *
+ * Kurzbeschreibung  : Pruefung gegen CPR-Antispam-Datenbank            *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -47,14 +47,14 @@ setThisExtensionVersion('0.0.0');
 setExtensionVersionHistory(array('0.0.0'));
 
 // This extension is in development (non-productive)
-enableExtensionProductive(false);
+enableExtensionProductive(FALSE);
 
 switch (getExtensionMode()) {
        case 'register': // Do stuff when installation is running
                // SQL commands to run
 
                // Register module
-               //addModuleSql('foo','Y','Y','N','N');
+               //addModuleSql('foo', '{OPEN_TEMPLATE}MODULE_CPRPING_TITLE{CLOSE_TEMPLATE}','Y','Y','N','N');
                break;
 
        case 'remove': // Do stuff when removing extension