Changeset 805 for temp


Ignore:
Timestamp:
2006/12/13 01:31:56 (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

    r804 r805  
    204204    function insertOption($arrData) 
    205205    { 
    206 print_r($arrData); 
    207 exit; 
     206 
    208207        $option_text = str_replace("'", "''", $arrData['title']); 
    209208        $body = str_replace("'", "''", $arrData['body']); 
     
    212211         
    213212        $this->db->query($sql); 
    214  
     213echo $sql; 
     214exit; 
    215215    }    
    216216} 
Note: See TracChangeset for help on using the changeset viewer.