Changeset 795


Ignore:
Timestamp:
2006/12/13 01:22:23 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r777 r795  
    209209                "VALUES (".$arrData['poll_id'].", ".$option_text.", ".$body.", 1, ".$arrData['category_id'].", now())"; 
    210210         
    211                 $this->db->query($sql); 
     211        $this->db->query($sql); 
     212echo $sql; 
     213exit; 
    212214    }    
    213215} 
Note: See TracChangeset for help on using the changeset viewer.