public function StudRemove($d) { $d->studid = intval($d->studid); $d->remove = intval($d->remove); RecordBookQuery::StudRemove(Abricos::$db, $d); }