96 require_once 
"classes/class.ilObject.php";
 
  106         function ilObjNull($a_id = 0,$a_call_by_reference = 
true)
 
  108                 $this->type = 
"null";
 
  109                 $this->
ilObject($a_id,$a_call_by_reference);
 
  126                 $q = 
"UPDATE object_data" 
  129                         .
" WHERE obj_id = '".$this->
getId().
"'";
 
  130                 $this->ilias->db->query($q);