The values in the variables have to be numbers, not strings. Try to convert first with {s.int}, like:

$var(entry) = $(var(entry){s.int});
$var(id) = $(var(id){s.int});
dlg_set_timeout("2419200", "$var(entry)", "$var(id)");


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.