2
PS:
the module was originally created with tdmcreate 1.39
Quote:
...
48: class xcomp_starterliste extends XoopsObject
49: {
50: //Constructor
51: function __construct()
52: {
53: $this->XoopsObject();
54: $this->initVar("starterliste_id",XOBJ_DTYPE_INT,null,false,10);
...
if I remove this line, the message doesn't come, but I am not sure, whether I can remove this line without any substitute.