]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-holiday.php
Some dublicated braces removed, some fixed (broken: update depencies got registered...
[mailer.git] / inc / modules / admin / action-holiday.php
index 5c51869d8340c57535f146018322b13ad5eb66e6..fe58f3db70318e855caec9d70f95b165ecd1d41e 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Urlaubsschaltungen verwalten                     *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -46,7 +51,7 @@ if (INCLUDE_READABLE($INC)) {
        // Ok, we finally load the admin action module
        LOAD_INC($INC);
 } else {
-       addFatalMessage(getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);
+       addFatalMessage(__FILE__, __LINE__, getMessage('ADMIN_ACTION_404'), $GLOBALS['what']);
 }
 
 //