added field to sessions table - won't update

Re: added field to sessions table - won't update

by Rob Galpin -
Number of replies: 0

ok - got it to work using:

$timenow = time();
$where = "id = ?";
$whereparams = array($session->id);

$DB->set_field_select('facetoface_sessions', 'timeresentnotify', $timenow, $where, $whereparams);