Skip to content

Commit ebb0858

Browse files
committed
commented a pending change
1 parent e1de913 commit ebb0858

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Zencoder.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,11 @@ function ZencoderCURL($url, $json, $options = array()) {
209209

210210
// Check for cURL error
211211
if (curl_errno($ch)) {
212-
if (curl) {
213-
214-
} else {
215-
216-
}
212+
// if (curl) {
213+
//
214+
// } else {
215+
//
216+
// }
217217
$this->error = 'cURL connection error ('.curl_errno($ch).'): '.htmlspecialchars(curl_error($ch)).' <a href="http://www.google.com/search?q='.urlencode("curl error ".curl_error($ch)).'">Search</a>';
218218
$this->connected = false;
219219
} else {

0 commit comments

Comments
 (0)