Index: civicrm/trunk/sites/all/modules/civicrm_api/civicrm_api.module |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | $tag_id = db_result(db_query('SELECT id FROM civicrm_tag WHERE name = "%s"', $tag)); |
8 | 8 | |
9 | 9 | if (!$tag_id) { |
10 | | - db_query('INSERT INTO civicrm_tag (name) VALUES ("%s")', $tag); |
| 10 | + db_query('INSERT INTO civicrm_tag (name) VALUES ("%s")', $tag); |
11 | 11 | $tag_id = db_last_insert_id('civicrm_tag', 'id'); |
12 | 12 | } |
13 | 13 | |
Index: civicrm/trunk/sites/all/modules/fundcore/gateways/fundcore_paypal.module |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | $attr['cmd'] = '_notify-validate'; |
53 | 53 | |
54 | 54 | //$status = _fundcore_paypal_download($postback_url, $attr); |
55 | | - $status = 'VERIFIED'; |
| 55 | + $status = 'FAIL-NO-CURL'; |
56 | 56 | |
57 | 57 | if ($status != 'VERIFIED') { |
58 | 58 | watchdog('fundcore_paypal', check_plain($status) . '<br /><pre>' . check_plain(print_r($attr, TRUE)) . '</pre>', array(), WATCHDOG_ERROR); |