Changeset 795
- Timestamp:
- 2006/12/13 01:22:23 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspoll.php
r777 r795 209 209 "VALUES (".$arrData['poll_id'].", ".$option_text.", ".$body.", 1, ".$arrData['category_id'].", now())"; 210 210 211 $this->db->query($sql); 211 $this->db->query($sql); 212 echo $sql; 213 exit; 212 214 } 213 215 }
Note: See TracChangeset
for help on using the changeset viewer.
