71 $casTimestamp = $this->params[
'notifTime'] ?? $this->params[
'curTime'];
80 $casTimeCond =
'wl_notificationtimestamp < ' . $dbw->addQuotes( $dbw->timestamp( $casTimestamp ) );
83 $wlId = $dbw->selectField(
87 'wl_user' => $this->params[
'userid'],
88 'wl_namespace' => $this->title->getNamespace(),
89 'wl_title' => $this->title->getDBkey(),
101 [
'wl_notificationtimestamp' => $dbw->timestampOrNull( $this->params[
'notifTime'] ) ],
103 'wl_id' => (
int)$wlId,