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,

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to