Subversion Repositories cheapmusic

Rev

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

Rev 39 Rev 41
Line 285... Line 285...
285
    if (getPGV('submit') == "terms") {
285
    if (getPGV('submit') == "terms") {
286
        echo file_get_contents('snippets/terms.txt');
286
        echo file_get_contents('snippets/terms.txt');
287
    } else if (getPGV('submit') == "privacy") {
287
    } else if (getPGV('submit') == "privacy") {
288
        echo file_get_contents('snippets/privacy.txt');
288
        echo file_get_contents('snippets/privacy.txt');
289
    } else if (getPGV('submit') == "coupons") {
289
    } else if (getPGV('submit') == "coupons") {
-
 
290
        //get_linkshareCoupons(); // bugbug
290
        echo file_get_contents('snippets/coupons.txt');
291
        echo getCouponCodes();
291
    } else if (getPGV('submit') == "random") {
292
    } else if (getPGV('submit') == "random") {
292
        findDiscogsMaster("***RANDOM***");
293
        findDiscogsMaster("***RANDOM***");
293
        echo $_SESSION["discogs"];
294
        echo $_SESSION["discogs"];
294
    } else {
295
    } else {
295
        if ($_SESSION["lowestPrice"]["All"] > 0.00 || !empty($_SESSION["searchTerm"])) {
296
        if ($_SESSION["lowestPrice"]["All"] > 0.00 || !empty($_SESSION["searchTerm"])) {