]> git.mxchange.org Git - mailer.git/blobdiff - js.php
Missing cache loader added from stelzi's branch
[mailer.git] / js.php
diff --git a/js.php b/js.php
index ec46e60e499120e90d8cf3eda625062b27b1a01f..f2ea7676a51dcaee0e6f768d75cc79a907cbba50 100644 (file)
--- a/js.php
+++ b/js.php
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Code-Bild fuer verschiedene Zwecke               *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -77,5 +82,8 @@ if ((isInstalled()) && (REQUEST_ISSET_GET(('tag')))) {
        LOAD_INC_ONCE("inc/footer.php");
 } // END - if
 
+// Shutdown
+shutdown();
+
 //
 ?>