public static function newFromCurRow($row)
 {
     $rc = new InterwikiIntegrationRecentChange();
     $rc->loadFromCurRow($row);
     $rc->notificationtimestamp = false;
     $rc->numberofWatchingusers = false;
     return $rc;
 }