Fixed wrong handling of nickname in member login
[mailer.git] / inc / mysql-manager.php
index b2083285c0abf408f78975e0a718587d06865ee3..8fadc7f8839f9effbf0c251c10cf632b34ac35e1 100644 (file)
@@ -716,7 +716,7 @@ function getActionFromModuleWhat ($module, $what) {
        // Init status
        $data['action'] = '';
 
-       //* DEBUG: */ debugOutput(__LINE__.'='.$module.'/'.$what.'/'.getAction().'=');
+       //* DEBUG: */ debugOutput(__LINE__ . '=' . $module . '/'.$what . '/' . getAction() . '=');
        if (!isExtensionInstalledAndNewer('sql_patches', '0.0.5')) {
                // sql_patches is missing so choose depending on mode
                if (isWhatSet()) {