function eloqua_get_last_post_time in Eloqua 6
Returns the last post time to the Eloqua System
Return value
int Timestamp
File
- ./
eloqua.inc, line 98
Code
function eloqua_get_last_post_time() {
return variable_get(ELOQUA_VARIABLE_LAST_POST_TIME, ELOQUA_VARIABLE_LAST_POST_TIME_DEFAULT);
}