X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-cprping.php;h=a6f0771ced323d7bd182507972152c2c3f440070;hb=2b9d6c28cef33c6ed6577a741653ac9a34a4bf93;hp=965a1ed5e2cbaf99ee3a1d1a77ba537b306c1024;hpb=3971209b0996a1b0506d6ddaf7326432933eae1b;p=mailer.git diff --git a/inc/extensions/ext-cprping.php b/inc/extensions/ext-cprping.php index 965a1ed5e2..a6f0771ced 100644 --- a/inc/extensions/ext-cprping.php +++ b/inc/extensions/ext-cprping.php @@ -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