Closed (fixed)
Project:
Eloqua
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Mar 2011 at 17:28 UTC
Updated:
10 Aug 2013 at 22:51 UTC
Jump to comment: Most recent file
function eloqua_cron() {
module_load_include('inc', 'eloqua', 'cron');
_eloqua_cron();
}
should be
function eloqua_cron() {
module_load_include('inc', 'eloqua', 'eloqua.cron');
_eloqua_cron();
}
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | d6-1088074.patch | 345 bytes | robloach |
| #7 | d7-1088074.patch | 347 bytes | robloach |
| #4 | eloqua_cron-inc.patch | 347 bytes | john franklin |
| #2 | cron_include-1088074-02.patch | 337 bytes | CKoch |
| #1 | undefined_function-1088074-01.patch | 337 bytes | CKoch |
Comments
Comment #1
CKoch commentedMaking this into a patch file.
Comment #2
CKoch commentedAnd a patch for 7.x tracking branch
Comment #3
greg.harveyComment #4
john franklin commentedThe patch in #1 should be the attached patch.
Comment #5
casti2525 commentedThis problem same problem exists with 7.x-1.0. Patches worked perfectly, thank you!
Comment #6
robloachComment #7
robloachHere's the D7 patch as well.
Comment #8
drupalninja99 commentedThis is looking good.
Comment #9
drupalninja99 commentedComment #10
drupalninja99 commentedPushed to 6.x-1.x and 7.x-1.x