svn: SVNROOT/ commit-bugs.php
[email protected] (Gwynne Raskind) Mon, 20 Jul 09 04:44:42 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
--e3fb79245324a9087387fc8ed985f5cf849ce6b2
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
gwynne Mon, 20 Jul 2009 04:44:42 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=284415
Changed paths:
U SVNROOT/commit-bugs.php
Log:
gah, blasted debugging issues
Modified: SVNROOT/commit-bugs.php
===================================================================
--- SVNROOT/commit-bugs.php 2009-07-20 04:42:01 UTC (rev 284414)
+++ SVNROOT/commit-bugs.php 2009-07-20 04:44:42 UTC (rev 284415)
@@ -77,7 +77,7 @@
}
$ch = curl_init();
- curl_setopt_array(array(
+ curl_setopt_array($ch, array(
CURLOPT_URL => $bug_rpc_url,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_POST => TRUE,
--e3fb79245324a9087387fc8ed985f5cf849ce6b2--