- Timestamp:
- 2006/12/13 01:31:56 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/xoopspoll/class/xoopspoll.php
r804 r805 204 204 function insertOption($arrData) 205 205 { 206 print_r($arrData); 207 exit; 206 208 207 $option_text = str_replace("'", "''", $arrData['title']); 209 208 $body = str_replace("'", "''", $arrData['body']); … … 212 211 213 212 $this->db->query($sql); 214 213 echo $sql; 214 exit; 215 215 } 216 216 }
Note: See TracChangeset
for help on using the changeset viewer.
