Changeset 4699


Ignore:
Timestamp:
2006/09/13 13:41:55 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_DbConn.php

    r4698 r4699  
    7979    // SELECTʸ¤Î¼Â¹Ô·ë²Ì¤òÁ´¤Æ¼èÆÀ 
    8080    function getAll($n, $arr = ""){ 
    81                 die("test2"); 
    82  
    8381        if(PEAR::isError($this->conn)) { 
    8482            sfErrorHeader("DB¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£:" . $this->dsn); 
  • temp/trunk/data/module/DB/common.php

    r4695 r4699  
    15801580                     $fetchmode = DB_FETCHMODE_DEFAULT) 
    15811581    { 
     1582                die("test"); 
     1583 
    15821584        // compat check, the params and fetchmode parameters used to 
    15831585        // have the opposite order 
Note: See TracChangeset for help on using the changeset viewer.