X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-refback.php;h=6dea49d5a23c470037a1d6a274c5747914a38aa6;hp=693893facfaa19ede385144d434f9b4618043627;hb=414570c5081d337bb6c28dcf521bd8bca02f69e7;hpb=ee71bda9cc7d75f090ae2e1a2d05d4903523e112 diff --git a/inc/extensions/ext-refback.php b/inc/extensions/ext-refback.php index 693893facf..6dea49d5a2 100644 --- a/inc/extensions/ext-refback.php +++ b/inc/extensions/ext-refback.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Ref-Back und Ref-Uebersicht * * -------------------------------------------------------------------- * - * * + * $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 * @@ -97,6 +102,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;