Several rewrites/renames, fixes for installation. Resolves #104
[mailer.git] / inc / libs / user_functions.php
index 5fbf3978286d58cb99f9aa241f8558546a235d61..eceebabec684b88ebb36703456fcca15a09d45a1 100644 (file)
@@ -303,7 +303,7 @@ function USER_DO_LOGIN ($uid, $passwd) {
                                array($hash, $uid), __FUNCTION__, __LINE__);
 
                        // No login bonus by default
-                       // @TODO Make this filter working: $ADDON = RUN_FILTER('post_login_update', array('login' => $login, 'online' => $online));
+                       // @TODO Make this filter working: $ADDON = runFilterChain('post_login_update', array('login' => $login, 'online' => $online));
                        $BONUS = false;
 
                        // Probe for last online timemark
@@ -327,7 +327,7 @@ function USER_DO_LOGIN ($uid, $passwd) {
                        $hash = generatePassString($hash);
 
                        // Update global array
-                       // @TODO Make this filter working: $URL = RUN_FILTER('do_login', array('uid' => $uid, 'hash' => $hash, 'addon' => $ADDON));
+                       // @TODO Make this filter working: $URL = runFilterChain('do_login', array('uid' => $uid, 'hash' => $hash, 'addon' => $ADDON));
                        $GLOBALS['userid'] = $uid;
 
                        // Try to set session data (which shall normally always work!)