Subversion Repositories cheapmusic

Rev

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

Rev 96 Rev 104
Line 355... Line 355...
355
                if (!($result = mysqli_query($conn, $sql))) {
355
                if (!($result = mysqli_query($conn, $sql))) {
356
                    error_log("MySQL Update Price Monitor SQL: " . $sql);
356
                    error_log("MySQL Update Price Monitor SQL: " . $sql);
357
                    error_log("MySQL Update Price Monitor Error: " . mysqli_error($conn) . " (" . $error . ")");
357
                    error_log("MySQL Update Price Monitor Error: " . mysqli_error($conn) . " (" . $error . ")");
358
                }
358
                }
359
                
359
                
360
                return($row['data']);
360
                return(gzdecode(base64_decode($row['data'])));
361
            }
361
            }
362
        }
362
        }
363
    }
363
    }
364
    else if (mysqli_errno($conn)) {
364
    else if (mysqli_errno($conn)) {
365
        error_log("MySQL Read Price Monitor SQL: " . $sql);
365
        error_log("MySQL Read Price Monitor SQL: " . $sql);