Changeset 17566


Ignore:
Timestamp:
2008/08/27 15:41:31 (16 years ago)
Author:
nakanishi
Message:

テストコードが残っていたので削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/SC_Query.php

    r17564 r17566  
    270270        $strval = ereg_replace(",$","",$strval); 
    271271        $sqlin = "INSERT INTO $table(" . $strcol. ") VALUES (" . $strval . ")"; 
    272         echo $sqlin;exit; 
    273272        // INSERT文の実行 
    274273        $ret = $this->conn->query($sqlin, $arrval); 
Note: See TracChangeset for help on using the changeset viewer.