Subversion Repositories cheapmusic

Rev

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

Rev 84 Rev 96
Line 147... Line 147...
147
echo "Empty Return:<br><pre>";print_r($result);echo "</pre>"; // bugbug
147
echo "Empty Return:<br><pre>";print_r($result);echo "</pre>"; // bugbug
148
/*
148
/*
149
        if (!empty($result->Errors)) {
149
        if (!empty($result->Errors)) {
150
            foreach ($result->Errors as $error) {
150
            foreach ($result->Errors as $error) {
151
                if ($error->ErrorID != "7186919") { // no product found, not an error
151
                if ($error->ErrorID != "7186919") { // no product found, not an error
152
                    error_log($url);
152
                    my_error_log($url);
153
                    error_log("$error->ErrorText ($error->ErrorId)");
153
                    my_error_log("$error->ErrorText ($error->ErrorId)");
154
                }
154
                }
155
            }
155
            }
156
        } else {
156
        } else {
157
            error_log($url);
157
            my_error_log($url);
158
            error_log("No result or error message.");
158
            my_error_log("No result or error message.");
159
        }
159
        }
160
    */
160
    */
161
    }
161
    }
162
 
162
 
163
    return $arr;
163
    return $arr;