]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-bonus.php
Missing cache loader added from stelzi's branch
[mailer.git] / inc / extensions / ext-bonus.php
index 5db31d82ecad27891f9953d43e46b4c47b030943..0e04449040c567df260d37fa00327cd7e60430a7 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Bonus-Seiten                                     *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -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;