Added new pre-registration filter for WDS66-based registration (unfinished).
[mailer.git] / inc / extensions / wernis / mode-update.php
index 4f431d409d3ad0176d73fb643b119e694906d3e4..70cde3703c8cbe9c6f7b261753e4e810efb2dc15 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Auszahlung-Erweiterung                           *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -134,6 +129,14 @@ INDEX (`wernis_userid`)",
                // Update notes (these will be set as task text!)
                setExtensionUpdateNotes("Basis-URL für alle Scripte (Referral-Link, auth.php-Umleitung usw. nicht aber API) und Tabelle für API-Aufrufe von auth.php hinzugefügt.");
                break;
+
+       case '0.0.9': // SQL queries for v0.0.9
+               // Register a filter
+               registerFilter(__FILE__, __LINE__, 'pre_user_registration', 'PRE_USER_REGISTRATION_WERNIS', FALSE, TRUE, isExtensionDryRun());
+
+               // Update notes (these will be set as task text!)
+               setExtensionUpdateNotes("Basis-URL für alle Scripte (Referral-Link, auth.php-Umleitung usw. nicht aber API) und Tabelle für API-Aufrufe von auth.php hinzugefügt.");
+               break;
 } // END - switch
 
 // [EOF]