Subversion Repositories cheapmusic

Rev

Rev 143 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 143 Rev 154
Line 298... Line 298...
298
        }
298
        }
299
        else {
299
        else {
300
            endMatches($xh);
300
            endMatches($xh);
301
            
301
            
302
            $_SESSION["discogs"] = $xh->flush();
302
            $_SESSION["discogs"] = $xh->flush();
303
            error_log(print_r($_SESSION["discogs"], 1));
303
            //error_log(print_r($_SESSION["discogs"], 1));
304
        }
304
        }
305
    }
305
    }
306
 
306
 
307
    // If the response does not indicate 'Success,' log the error(s)
307
    // If the response does not indicate 'Success,' log the error(s)
308
    /******************
308
    /******************