$query = $this->_db->getQuery(true);
$query->update($this->_db->qn('#__jfbconnect_notification'))
->set($this->_db->qn('modified') . "=" . $this->_db->q($now))
->set($this->_db->qn('status') . "=" . $this->_db->q(1))
->where($this->_db->qn('fb_user_to') . "=" . $this->_db->q($this->_fbUserId))
->where($this->_db->qn('fb_request_id') . "='" . implode("' OR fb_request_id = '", $this->_fbRequestIds) . "'");->where($this->_db->qn('fb_request_id') . "='" . implode("' OR fb_request_id = '", $this->_fbRequestIds) . "'");/*
$query = $this->_db->getQuery(true);
$query->update($this->_db->qn('#__jfbconnect_notification'))
->set($this->_db->qn('modified') . "=" . $this->_db->q($now))
->set($this->_db->qn('status') . "=" . $this->_db->q(1))
->where($this->_db->qn('fb_user_to') . "=" . $this->_db->q($this->_fbUserId))
->where($this->_db->qn('fb_request_id') . "='" . implode("' OR fb_request_id = '", $this->_fbRequestIds) . "'");
$this->_db->setQuery($query);
$this->_db->execute();
*/Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
