Ignore:
Timestamp:
2006/12/11 21:53:47 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspoll.php

    r405 r709  
    4040        $this->db =& Database::getInstance(); 
    4141        $this->initVar("poll_id", XOBJ_DTYPE_INT, null, false); 
     42        $this->initVar("option_id", XOBJ_DTYPE_INT, null, false); 
    4243        $this->initVar("question", XOBJ_DTYPE_TXTBOX, null, true, 255); 
    4344        $this->initVar("description", XOBJ_DTYPE_TXTBOX, null, false, 255); 
Note: See TracChangeset for help on using the changeset viewer.