]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-bonus.php
Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / inc / extensions / ext-bonus.php
index 5db31d82ecad27891f9953d43e46b4c47b030943..e52b2a56ed7526ab801f595f7287adbb8de5910c 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Bonus-Seiten                                     *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author:: stelzi                                                   $ *
+ * 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                  *
@@ -539,6 +544,9 @@ WHERE last_online < ".$mark." ORDER BY userid");
        }
        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;