Changeset 1332


Ignore:
Timestamp:
2006/08/23 13:51:53 (18 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1331 r1332  
    2121            if($dsn != "") { 
    2222                $objDbConn = DB::connect($dsn); 
    23                 $this->dns = $dsn; 
     23                $this->dsn = $dsn; 
    2424            } else { 
    2525                $objDbConn = DB::connect(DEFAULT_DSN); 
    26                 $this->dns = DEFAULT_DSN; 
     26                $this->dsn = DEFAULT_DSN; 
    2727            } 
    2828        } 
Note: See TracChangeset for help on using the changeset viewer.