X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffilter-functions.php;h=4c3cae095dd75dd03a5e461401e51e0f1501191b;hb=2cdcee9f025bbea379e2da13f87dc2f71940f3e5;hp=38a1262175cebe9c8064ddffc2b91d31cce25815;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/filter-functions.php b/inc/filter-functions.php index 38a1262175..4c3cae095d 100644 --- a/inc/filter-functions.php +++ b/inc/filter-functions.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer Filter-System * * -------------------------------------------------------------------- * - * $Revision:: 1185 $ * - * $Date:: 2009-10-11 04:16:39 +0200 (Sun, 11 Oct 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: quix0r $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -184,6 +184,9 @@ ORDER BY registerFilter('page_footer', 'HANDLE_FATAL_ERRORS'); registerFilter('page_footer', 'DISPLAY_COPYRIGHT'); registerFilter('page_footer', 'DISPLAY_PARSING_TIME'); + + // Member login check. Always keep FETCH_USER_DATA as first entry! + registerFilter('member_login_check', 'FETCH_USER_DATA'); } // "Registers" a new filter function