Ignore:
Timestamp:
2006/12/11 22:54:32 (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

    r709 r731  
    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); 
    4342        $this->initVar("question", XOBJ_DTYPE_TXTBOX, null, true, 255); 
    4443        $this->initVar("description", XOBJ_DTYPE_TXTBOX, null, false, 255); 
Note: See TracChangeset for help on using the changeset viewer.