]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-payout.php
Damn typo fixed... ;-)
[mailer.git] / inc / extensions / ext-payout.php
index 0f4b12eb349dd348ed23a223d395e55eab04c1fc..55e3476a7e2fbce01e32195a19fea398a4d648ae 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Auszahlung-Erweiterung                           *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $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 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -235,6 +240,9 @@ case "update": // Update an extension
        }
        break;
 
+case "modify": // When the extension got modified
+       break;
+
 case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
        break;