RSS Feed Widget
Using Jamroom
Awesome - glad that worked
if (!isset($_mods[$module])) {
// Bad module
return false;
}
function jrCore_queue_get($module, $name, $worker = null, $system_id = null){
global $_mods;
if (!isset($_mods[$module])) {
// Bad module
return false;
}
if (is_null($worker) || strlen($worker) === 0) {
$worker = getmypid();
}
function jrCore_queue_get($module, $name, $worker = null, $system_id = null){
if (is_null($worker) || strlen($worker) === 0) {
$worker = getmypid();
}